Skip to content

Commit

Permalink
Add library documentation site to the README.md
Browse files Browse the repository at this point in the history
* fix small mo-doc formatting issue
  • Loading branch information
ByronBecker committed Jan 26, 2023
1 parent 1271208 commit cc6367a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# StableHeapBTreeMap

Main memory/heap-based BTree data structures written in Motoko

A functional, heap-based BTree data structure written in Motoko


## API Documentation

TODO
API documentation for this library can be found at https://canscale.github.io/StableHeapBTreeMap/BTree.html

## License

Expand Down
4 changes: 2 additions & 2 deletions src/BTree.mo
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ module {


/// The direction of iteration
/// #fwd -> forward (ascending)
/// #bwd -> backwards (descending)
/// \#fwd -> forward (ascending)
/// \#bwd -> backwards (descending)
public type Direction = { #fwd; #bwd };

/// The object returned from a scan contains:
Expand Down

0 comments on commit cc6367a

Please sign in to comment.