Fix typo in the elixir and livebook notebook (#1284)

This commit is contained in:
Frédéric Boyer 2022-07-19 15:53:15 -04:00 committed by GitHub
parent c3866d71b9
commit 1ee1394fa6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: