Skip to content

Commit

Permalink
Merge branch 'nightly' into micro-optimize-utf8-seq-length
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvuyk authored Dec 20, 2024
2 parents dce95e4 + f3432eb commit dc169fb
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 dc169fb

Please sign in to comment.