Merge pull request #20735 from squidpickles/master
Spelling fix compatibel -> compatible Reviewed-by: Gankro
This commit is contained in:
commit
bc6e080df5
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ impl CString {
|
|||
unsafe { CString::from_vec_unchecked(v) }
|
||||
}
|
||||
|
||||
/// Create a C-compatibel string from a byte vector without checking for
|
||||
/// Create a C-compatible string from a byte vector without checking for
|
||||
/// interior 0 bytes.
|
||||
///
|
||||
/// This method is equivalent to `from_vec` except that no runtime assertion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue