Skip to content

Commit a9b6077

Browse files
authored
docs: Fix a typo in README (#8036)
Fix a typo in README. # Which issue does this PR close? - Closes #NNN. # Rationale for this change Fix typo # What changes are included in this PR? Fix typo # Are these changes tested? Nope. # Are there any user-facing changes? Nope. Signed-off-by: Cheng-Yang Chou <[email protected]>
1 parent a535d3b commit a9b6077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ The deprecated version is the next version which will be released (please
108108
consult the list above). To mark the API as deprecated, use the
109109
`#[deprecated(since = "...", note = "...")]` attribute.
110110

111-
Foe example
111+
For example
112112

113113
```rust
114114
#[deprecated(since = "51.0.0", note = "Use `date_part` instead")]

0 commit comments

Comments
 (0)