Skip to content

Commit

Permalink
Correct documentation escape
Browse files Browse the repository at this point in the history
  • Loading branch information
eproxus committed Nov 26, 2019
1 parent 2567f72 commit 0b9f6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mapz.erl
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ deep_get(Path, Map, _Default) when is_list(Path) ->
% the new association and the old associations in `Map1'.
%
% The call fails with a `{badmap,Map}' exception if `Map' is not a map, or with
% a `{badpath,Path}' exception if `Path' is not a path. `{badvalue,Term}` is
% a `{badpath,Path}' exception if `Path' is not a path. `{badvalue,Term}' is
% raised if a term that is not a map exists as a intermediate key in the path.
-spec deep_put(path(), term(), map()) -> map().
deep_put(Path, Value, Map) when is_list(Path), is_map(Map) ->
Expand Down

0 comments on commit 0b9f6bf

Please sign in to comment.