Vinzent Steinberg 7 年之前
父節點
當前提交
d201882c61
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ci/test_full.sh

+ 1 - 1
ci/test_full.sh

@@ -10,7 +10,7 @@ for package in bigint complex integer iter rational traits; do
   cargo test --manifest-path $package/Cargo.toml
 done
 
-# Only num-tratis supports no_std at the moment.
+# Only num-traits supports no_std at the moment.
 cargo build --manifest-path traits/Cargo.toml --no-default-features
 cargo test --manifest-path traits/Cargo.toml --no-default-features