Skip to content

Commit

Permalink
Fix syntax error in README.md
Browse files Browse the repository at this point in the history
Fixes #119.
  • Loading branch information
stephencelis authored Oct 22, 2023
1 parent 04686b2 commit 5754a49
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 @@ -70,7 +70,7 @@ Case paths, like key paths, compose. Where key paths use dot-syntax to dive deep
\HighScore.user.name
// WritableKeyPath<HighScore, String>

/Result<Authentication, Error>..Authentication.authenticated
/Result<Authentication, Error> .. Authentication.authenticated
// CasePath<Result<Authentication, Error>, String>
```

Expand Down

0 comments on commit 5754a49

Please sign in to comment.