1
Fork 0

fixed typos

This commit is contained in:
agnarrarendelle 2023-07-12 01:24:24 +08:00
parent 55e8df2b0e
commit dcfcc77282
3 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@ pub enum ValTree<'tcx> {
Leaf(ScalarInt),
//SliceOrStr(ValSlice<'tcx>),
// dont use SliceOrStr for now
// don't use SliceOrStr for now
/// The fields of any kind of aggregate. Structs, tuples and arrays are represented by
/// listing their fields' values in order.
///