Skip to content

Commit

Permalink
Remove extraneous closing brace
Browse files Browse the repository at this point in the history
  • Loading branch information
paulyoung authored Dec 28, 2022
1 parent 15ec733 commit bafaab2
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 @@ -698,7 +698,7 @@ module {
///
/// Space: O(1)
public func keys<X>(array : [X]) : I.Iter<Nat> = array.keys()
}

/// Returns the size of `array`.
///
/// NOTE: You can also use `array.size()` instead of this function. See example
Expand Down

0 comments on commit bafaab2

Please sign in to comment.