diff --git a/src/Blob.mo b/src/Blob.mo index 98daf4b9..3b6ccd17 100644 --- a/src/Blob.mo +++ b/src/Blob.mo @@ -17,7 +17,7 @@ /// * `b.size() : Nat` returns the number of bytes in the blob `b`; /// * `b.vals() : Iter.Iter` 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";