Spelling fix compatibel -> compatible
This commit is contained in:
parent
9f1ead8fad
commit
b88ae323d1
@ -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…
x
Reference in New Issue
Block a user