Преглед на файлове

Correct copy-paste typo

Isaac Woods преди 5 години
родител
ревизия
0fb4ad6456
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      aml_parser/src/type1.rs

+ 1 - 1
aml_parser/src/type1.rs

@@ -6,7 +6,7 @@ use crate::{
     AmlError,
 };
 
-/// Type 1 opcodes return a value and so can be used in expressions.
+/// Type 1 opcodes do not return a value and so can't be used in expressions.
 pub fn type1_opcode<'a, 'c>() -> impl Parser<'a, 'c, ()>
 where
     'c: 'a,