Skip to content

Commit 4b5ed57

Browse files
authored
Improve phrasing on keywords-and-maps.md (#13586)
1 parent 803d08b commit 4b5ed57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/pages/getting-started/keywords-and-maps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ There is more to learn about `get_in/1`, `pop_in/1` and others, including the `g
265265

266266
There are two different data structures for working with key-value stores in Elixir. Alongside the `Access` module and pattern matching, they provide a rich set of tools for manipulating complex, potentially nested, data structures.
267267

268-
As we conclude this chapter, the important to keep in mind is that you should:
268+
As we conclude this chapter, remember that you should:
269269

270270
* Use keyword lists for passing optional values to functions
271271

0 commit comments

Comments
 (0)