mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-12 01:48:24 +08:00
Fix typo in the elixir and livebook notebook (#1284)
This commit is contained in:
parent
c3866d71b9
commit
1ee1394fa6
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ We already mentioned branching sections in
|
|||
but in Elixir terms each branching section:
|
||||
|
||||
* runs in a separate process from the main flow
|
||||
* copies relevant bindings, imports and alises from the parent
|
||||
* copies relevant bindings, imports and aliases from the parent
|
||||
* updates its process dictionary to mirror the parent
|
||||
|
||||
Let's see this in practice:
|
||||
|
|
Loading…
Reference in a new issue