Skip to content

Commit

Permalink
[docs] Fix typo (#3893)
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Guzman <[email protected]>
  • Loading branch information
guzmanri authored Dec 18, 2024
1 parent 2db5e3d commit f3432eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/manual/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ In the case of `str()`, it requires a type to conform to either the `Stringable`
or `StringableRaising` trait. Each trait requires a conforming type to implement
a `__str__()` method that returns a `String` representation. The only difference
between the two traits is that `Stringable` requires that the method *cannot*
raise and error, whereas `StringableRaising` indicates that the method *might*
raise an error, whereas `StringableRaising` indicates that the method *might*
raise an error. (To learn more, read [The `Stringable`, `Representable`, and
`Writable`
traits](/mojo/manual/traits#the-stringable-representable-and-writable-traits).)
Expand Down

0 comments on commit f3432eb

Please sign in to comment.