Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tachyon/base/numerics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ uint8_t byte_value = ClampFloor<uint8_t>(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
Expand Down
2 changes: 1 addition & 1 deletion tachyon/zk/plonk/examples/tracking_testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down