Skip to content

Commit 9e0672c

Browse files
authored
Merge pull request #3996 from DanielEScherzer/320-missing-parenthesis
RFC 320: fix missing closing parenthesis
2 parents c5c0e1d + 630b284 commit 9e0672c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

text/0320-nonzeroing-dynamic-drop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The expected outcomes are as follows:
8686

8787
* Libraries currently relying on drop doing memory zeroing (i.e.
8888
libraries that check whether content is zero to decide whether its
89-
`fn drop` has been invoked will need to be revised, since we will
89+
`fn drop` has been invoked) will need to be revised, since we will
9090
not have implicit memory zeroing anymore.
9191

9292
* In the common case, most libraries using `Drop` will not need to

0 commit comments

Comments
 (0)