Skip to content

Commit 57412ff

Browse files
committed
口調の修正
1 parent a95fb44 commit 57412ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/cstdint/int_fast64_t.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ int_fast64_t is the same as int64_t: 0
6363
9000000000000000000 + 1000000000000000000 = -8446744073709551616
6464
```
6565

66-
この出力例は特定の環境に依存しており、処理系によって異なる可能性があります。特に、`int_fast64_t`のサイズやオーバーフロー動作は処理系によって異なることがある。
66+
この出力例は特定の環境に依存しており、処理系によって異なる可能性がある。特に、`int_fast64_t`のサイズやオーバーフロー動作は処理系によって異なることがある。
6767

6868
## バージョン
6969
### 言語

0 commit comments

Comments
 (0)