Skip to content

Commit f5633df

Browse files
committed
Auto merge of #29692 - jwworth:pull-request/fix-typo, r=apasel422
Fixes the double word 'be'.
2 parents 01fc81f + 8a41d12 commit f5633df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/style/safety/lib-guarantees.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ that all instances are valid utf-8:
7070
Providing library-level guarantees sometimes entails inconvenience (for static
7171
checks) or overhead (for dynamic checks). So it is sometimes desirable to allow
7272
clients to sidestep this checking, while promising to use the API in a way that
73-
still provides the guarantee. Such escape hatches should only be be introduced
74-
when there is a demonstrated need for them.
73+
still provides the guarantee. Such escape hatches should only be introduced when
74+
there is a demonstrated need for them.
7575

7676
It should be trivial for clients to audit their use of the library for
7777
escape hatches.

0 commit comments

Comments
 (0)