diff --git a/docs/doc/arduboy_rust/heapless/struct.String.html b/docs/doc/arduboy_rust/heapless/struct.String.html
index bae06ec..c378d1b 100644
--- a/docs/doc/arduboy_rust/heapless/struct.String.html
+++ b/docs/doc/arduboy_rust/heapless/struct.String.html
@@ -1362,7 +1362,7 @@ sufficient, and should not be overridden without very good reason.==.
This method tests for !=
. The default implementation is almost always
sufficient, and should not be overridden without very good reason.
This method returns an ordering between
self
and
other
values if one exists.
Read more
This method tests less than (for
self
and
other
) and is used by the
<
operator.
Read more
This method tests less than or equal to (for
self
and
other
) and is used by the
<=
operator.
Read more
This method tests greater than (for
self
and
other
) and is used by the
>
operator.
Read more
This method tests greater than or equal to (for
self
and
other
) and is used by the
>=
-operator.
Read more
Writes a string slice into this writer, returning whether the write
+operator.
Read more
Writes a string slice into this writer, returning whether the write
succeeded.
Read more
Writes a [
char
] into this writer, returning whether the write succeeded.
Read more
Glue for usage of the [
write!
] macro with implementors of this trait.
Read more
Immutably borrows from an owned value.
Read more
==.
This method tests for !=
. The default implementation is almost always
sufficient, and should not be overridden without very good reason.
This method returns an ordering between
self
and
other
values if one exists.
Read more
This method tests less than (for
self
and
other
) and is used by the
<
operator.
Read more
This method tests less than or equal to (for
self
and
other
) and is used by the
<=
operator.
Read more
This method tests greater than (for
self
and
other
) and is used by the
>
operator.
Read more
This method tests greater than or equal to (for
self
and
other
) and is used by the
>=
-operator.
Read more
Writes a string slice into this writer, returning whether the write
+operator.
Read more
Writes a string slice into this writer, returning whether the write
succeeded.
Read more
Writes a [
char
] into this writer, returning whether the write succeeded.
Read more
Glue for usage of the [
write!
] macro with implementors of this trait.
Read more
Immutably borrows from an owned value.
Read more