Skip to content

Commit

Permalink
Merge pull request #638 from xuwei-k/patch-1
Browse files Browse the repository at this point in the history
backquoted `\\` in README
  • Loading branch information
mkurz authored Jul 12, 2021
2 parents 8cfdef0 + 129239a commit e952090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ val bigwig = (json \ "residents" \ 1).get
// returns {"name":"Bigwig","age":6,"role":"Owsla"}
```

### Recursive path \\
### Recursive path `\\`
Applying the `\\` operator will do a lookup for the field in the current object and all descendants.

```scala
Expand Down

0 comments on commit e952090

Please sign in to comment.