Skip to content

Commit 8a41d12

Browse files
committed
Fix double word 'be'
1 parent 01fc81f commit 8a41d12

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)