Skip to content

Commit

Permalink
Remove not yet implemented functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jun 12, 2024
1 parent 9e8ea10 commit 650d4e7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions _posts/2024-06-12-elixir-v1-17-0-released.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ We focused on *atoms* and *maps* on this initial release as they are respectivel
* Accessing a key on a map or a struct that does not have the given key, such
as `user.adress`.

* Updating a struct or a map that does not define the given key, such as
`%{user | adress: ...}`.

* Invoking a function on non-modules, such as `user.address()`.

* Capturing a function on non-modules, such as `&user.address/0`.
Expand Down

0 comments on commit 650d4e7

Please sign in to comment.