Skip to content

Commit 74a77a7

Browse files
paldepindgeoffw0
andauthored
Rust: Fix typo in change note
Co-authored-by: Geoffrey White <[email protected]>
1 parent 8c39472 commit 74a77a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
category: minorAnalysis
33
---
4-
* Reading content of a value now carry taint if the value itself is tainted. For instance, if `s` is tainted then `s.field` is also tainted. This generally improves taint flow.
4+
* Reading content of a value now carries taint if the value itself is tainted. For instance, if `s` is tainted then `s.field` is also tainted. This generally improves taint flow.

0 commit comments

Comments
 (0)