Skip to content

Commit

Permalink
Fix typo in _StringRepr docstring
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Loser <[email protected]>
Signed-off-by: Manuel Saelices <[email protected]>
  • Loading branch information
msaelices and JoeLoser authored Nov 12, 2024
1 parent 32a507d commit 1ee14b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/src/collections/string.mojo
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ fn isprintable(c: UInt8) -> Bool:


struct _StringRepr(Writable):
"""Represents a string representation of an String."""
"""Represents a string representation of a String."""

var _value: StringSlice[ImmutableAnyOrigin]
"""The string representation of the String."""
Expand Down

0 comments on commit 1ee14b1

Please sign in to comment.