diff --git a/tachyon/base/numerics/README.md b/tachyon/base/numerics/README.md index bdfe236d4..39c5c8853 100644 --- a/tachyon/base/numerics/README.md +++ b/tachyon/base/numerics/README.md @@ -74,7 +74,7 @@ uint8_t byte_value = ClampFloor(floating_point_value); ### Enforcing arithmetic type conversions at compile-time The `strict_cast` emits code that is identical to `static_cast`. However, -provides static checks that will cause a compilation failure if the +provides a static checks that will cause a compilation failure if the destination type cannot represent the full range of the source type: ```cpp diff --git a/tachyon/zk/plonk/examples/tracking_testing.md b/tachyon/zk/plonk/examples/tracking_testing.md index dce3726df..457ac5745 100644 --- a/tachyon/zk/plonk/examples/tracking_testing.md +++ b/tachyon/zk/plonk/examples/tracking_testing.md @@ -49,7 +49,7 @@ The following circuits result in the same test data when using `SimpleFloorPlann Refer to the following files to learn more about these variables: - [circuit_test_data.h](circuit_test_data.h) -- [circuit_test.cc](circuit_test_data.cc) +- [circuit_test.cc](circuit_test.cc) - Any `...test_data.h` file: - [shuffle_circuit_test_data.h](shuffle_circuit_test_data.h) - [shuffle_api_circuit_test_data.h](shuffle_api_circuit_test_data.h)