Skip to content

Commit 650d4e7

Browse files
committedJun 12, 2024·
Remove not yet implemented functionality
1 parent 9e8ea10 commit 650d4e7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎_posts/2024-06-12-elixir-v1-17-0-released.markdown

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ We focused on *atoms* and *maps* on this initial release as they are respectivel
4343
* Accessing a key on a map or a struct that does not have the given key, such
4444
as `user.adress`.
4545

46-
* Updating a struct or a map that does not define the given key, such as
47-
`%{user | adress: ...}`.
48-
4946
* Invoking a function on non-modules, such as `user.address()`.
5047

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

0 commit comments

Comments
 (0)
Please sign in to comment.