| commit | e710af1dd78575894621dcf628ba3ca9763e318f | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Tue Apr 14 16:31:54 2020 -0700 |
| committer | David Tolnay <dtolnay@gmail.com> | Tue Apr 14 16:42:06 2020 -0700 |
| tree | 491a5172a0cb69d3509877bac211b87f5843ec3b | |
| parent | efe81052e75d3d401d3708e403a3d569c5c4df5b [diff] |
Fix typo in Slice repr comment
diff --git a/include/cxx.h b/include/cxx.h index cf79cfb..637372a 100644 --- a/include/cxx.h +++ b/include/cxx.h
@@ -106,7 +106,7 @@ // // At present this class is only used for &[u8] slices. // Not necessarily ABI compatible with &[u8]. Codegen will translate to - // cxx::rust_slice_u8::RustSlice which matches this layout. + // cxx::rust_sliceu8::RustSliceU8 which matches this layout. struct Repr { const T *ptr; size_t len;