Skip to content

Commit

Permalink
Fixes #214 - Document underlying types for Path implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Apr 29, 2024
1 parent 021eee4 commit a988a5e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions path/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,8 @@ The following snippet shows you how to create the PathKeyValueStore
```

Then the rest is using the KeyValueStore APIs.

## What are the underlying types used?

The Path implementation uses Path for the underlying key and byte[] for the
underlying value type.

0 comments on commit a988a5e

Please sign in to comment.