Skip to content

Commit e478285

Browse files
committed
Match description with code example
1 parent 051621c commit e478285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crash-course.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ The syntax for tuples is the same in both languages, but the APIs are different.
248248
1. The `subject` of the function is always the first argument.
249249
2. All data structures functions employ zero-based access.
250250

251-
That said, Elixir does not import the default `element` and `setelement` functions, but instead provides `elem` and `setelem`:
251+
That said, Elixir does not import the default `element` and `setelement` functions, but instead provides `elem` and `put_elem`:
252252

253253
**Erlang**
254254

0 commit comments

Comments
 (0)