We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a95fb44 commit 57412ffCopy full SHA for 57412ff
reference/cstdint/int_fast64_t.md
@@ -63,7 +63,7 @@ int_fast64_t is the same as int64_t: 0
63
9000000000000000000 + 1000000000000000000 = -8446744073709551616
64
```
65
66
-この出力例は特定の環境に依存しており、処理系によって異なる可能性があります。特に、`int_fast64_t`のサイズやオーバーフロー動作は処理系によって異なることがある。
+この出力例は特定の環境に依存しており、処理系によって異なる可能性がある。特に、`int_fast64_t`のサイズやオーバーフロー動作は処理系によって異なることがある。
67
68
## バージョン
69
### 言語
0 commit comments