Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit18abde2

Browse files
committed
fix incomplete sentence on when to usei
1 parent6954bd9 commit18abde2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ This trick works especially well in Ada, a language immune to many of the standa
126126

127127
####When To Use i
128128

129-
Never use`i` for the innermost loop variable. Use anything but. Use`i` liberally for any other purpose especially for non-int variables. Similarly use`n` as a loop index.
129+
Never use`i` for the innermost loop variable. Use anything but`i`. Use`i` liberally for any other purpose especially for non-int variables. Similarly use`n` as a loop index.
130130

131131
####Conventions Schmentions
132132

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp