Rollup merge of #113539 - agnarrarendelle:master, r=workingjubilee
fixed typo Hi, I have fixed a few typos in commands. Please review my pr.
This commit is contained in:
commit
2b4c194234
3 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue