Commit 3dc296a
authored
Rollup merge of #150594 - CieriA:patch-4, r=Mark-Simulacrum
Fix typo in the docs of `CString::from_vec_with_nul`
This PR fixes the sentence "Attempts to converts a Vec<u8> to a CString." in the documentation of the method `CString::from_vec_with_nul` (line 639).
This is because "converts" in that sentence should form a to-infinitive form, and therefore should be in its base form.1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
636 | 636 | | |
637 | 637 | | |
638 | 638 | | |
639 | | - | |
| 639 | + | |
640 | 640 | | |
641 | 641 | | |
642 | 642 | | |
| |||
0 commit comments