Skip to content

Commit

Permalink
📝 Remove edge cases section
Browse files Browse the repository at this point in the history
  • Loading branch information
frinyvonnick committed Apr 20, 2018
1 parent 63beb24 commit 4448bfc
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docs/PATH_NOTATION.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
![immutadot logo](https://raw.githubusercontent.com/Zenika/immutadot/master/misc/otter.svg?sanitize=true)
===

# Path notation

To describe deeply nested properties immutad●t uses standard [property access notation](https://mdn.io/Property_Accessors) and [array access notation](https://mdn.io/Array).
Expand Down Expand Up @@ -265,10 +262,3 @@ set(initial, 'prop.nested[-1:]', 'new value')
// }
// }
```

## :construction: This page is still a work in progress, the following sections will be written soon

## Edge cases
TODO empty string
TODO nil
TODO erroneous

0 comments on commit 4448bfc

Please sign in to comment.