Fix review comments

This commit is contained in:
bjorn3
2020-07-15 19:19:07 +02:00
committed by Benjamin Bouvier
parent 4431ac1108
commit 0d4fa6d32a
3 changed files with 34 additions and 28 deletions

View File

@@ -1865,7 +1865,7 @@ pub(crate) fn define(
let Sarg = &TypeVar::new(
"Sarg",
"Any scalar or vector type with as most 128 lanes",
"Any scalar or vector type with at most 128 lanes",
TypeSetBuilder::new()
.specials(vec![crate::cdsl::types::SpecialType::StructArgument])
.build(),