We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14aad76 commit 3d03896Copy full SHA for 3d03896
src/component.js
@@ -52,7 +52,7 @@ export default class Terminal extends Component {
52
}
53
54
/*
55
- * Grab last word and attempt to autocomplete. If it works,
+ * Forward the input along to the Bash autocompleter. If it works,
56
* update the input.
57
*/
58
attemptAutocomplete() {
0 commit comments