mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-22 23:08:50 +08:00
Fix typo in intro docs (#1896)
This commit is contained in:
parent
26834934e9
commit
8e1ef73c9e
1 changed files with 3 additions and 3 deletions
|
@ -114,9 +114,9 @@ by pressing <kbd>?</kbd>.
|
||||||
|
|
||||||
Elixir code cells also support autocompletion. Autocompletion
|
Elixir code cells also support autocompletion. Autocompletion
|
||||||
happens automatically as you type but you can explicitly trigger
|
happens automatically as you type but you can explicitly trigger
|
||||||
it with <kbd>ctrl</kbd> + <kbd>␣</kbd>. You must have started
|
it with <kbd>ctrl</kbd> + <kbd>␣</kbd>. You must start the runtime,
|
||||||
executed a cell at least once for the autocompletion engine to
|
by executing any cell at least once, for the autocompletion engine
|
||||||
load.
|
to load.
|
||||||
|
|
||||||
Let's try autocompleting the code below to `System.version()`.
|
Let's try autocompleting the code below to `System.version()`.
|
||||||
First put the cursor after the `System` below and type `.`:
|
First put the cursor after the `System` below and type `.`:
|
||||||
|
|
Loading…
Reference in a new issue