Skip to content

Commit

Permalink
Fix Array.size example
Browse files Browse the repository at this point in the history
  • Loading branch information
paulyoung authored Dec 28, 2022
1 parent 489a759 commit 15ec733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Array.mo
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ module {
/// ```motoko include=import
///
/// let array = [10, 11, 12];
/// array.size();
/// let size = Array.size(array);
/// ```
///
/// Runtime: O(1)
Expand Down

0 comments on commit 15ec733

Please sign in to comment.