Skip to content

Commit ef3191c

Browse files
committed
More fixes
1 parent 553014e commit ef3191c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/elixir/pages/mix-and-otp/docs-tests-and-with.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ iex> KV.Command.parse("GET shopping\r\n")
165165

166166
As the name says, doctest is documentation first and a test later. Their goal is not to replace tests but to provide up-to-date documentation. You can read more about doctests in the `ExUnit.DocTest` documentation.
167167

168-
## `with`
168+
## Using `with`
169169

170170
As we are now able to parse commands, we can finally start implementing the logic that runs the commands. Let's add a stub definition for this function for now:
171171

lib/elixir/pages/mix-and-otp/dynamic-supervisor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ In the Applications tab, you will see all applications currently running in your
221221
Not only that, as you create new buckets on the terminal, you should see new processes spawned in the supervision tree shown in Observer:
222222
223223
```elixir
224-
iex> KV.locate("shopping")
224+
iex> KV.lookup_bucket("shopping")
225225
#PID<0.89.0>
226226
```
227227

0 commit comments

Comments
 (0)