Skip to content

Commit

Permalink
Remove extra space from doc comment in Blob.mo (#603)
Browse files Browse the repository at this point in the history
There is a rendering issue on https://mops.one/base/docs/Blob due to
this extra space.

<img width="551" alt="image"
src="https://github.com/dfinity/motoko-base/assets/21315978/ec036d00-94e5-4948-ae65-1df0bbbc3810">
  • Loading branch information
ZenVoich authored Dec 6, 2023
1 parent 34a6210 commit 2c6956a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Blob.mo
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/// * `b.size() : Nat` returns the number of bytes in the blob `b`;
/// * `b.vals() : Iter.Iter<Nat8>` returns an iterator to enumerate the bytes of the blob `b`.
///
/// For example:
/// For example:
/// ```motoko include=import
/// import Debug "mo:base/Debug";
/// import Nat8 "mo:base/Nat8";
Expand Down

0 comments on commit 2c6956a

Please sign in to comment.