diff --git a/exercises/concept/remote-control-car/.docs/introduction.md b/exercises/concept/remote-control-car/.docs/introduction.md index 77d5901a02..046e99a1bf 100644 --- a/exercises/concept/remote-control-car/.docs/introduction.md +++ b/exercises/concept/remote-control-car/.docs/introduction.md @@ -24,7 +24,7 @@ Since structs are built on maps, we can use most map functions to get and manipu plane.engine # => nil Map.fetch(plane, :wings) - # => 2 + # => {:ok, 2} ``` - update field values