Skip to content

Commit 9680eb7

Browse files
committed
[ios.members.static] Fix case of first letter in footnotes.
1 parent 7a5577f commit 9680eb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/iostreams.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1461,7 +1461,7 @@
14611461
calling
14621462
\tcode{iword}
14631463
with the same index yields another reference to the same value.
1464-
If the function fails\footnote{for example, because it cannot allocate space.}
1464+
If the function fails\footnote{For example, because it cannot allocate space.}
14651465
and
14661466
\tcode{*this}
14671467
is a base class subobject of a
@@ -1505,7 +1505,7 @@
15051505
calling
15061506
\tcode{pword}
15071507
with the same index yields another reference to the same value.
1508-
If the function fails\footnote{for example, because it cannot allocate space.}
1508+
If the function fails\footnote{For example, because it cannot allocate space.}
15091509
and
15101510
\tcode{*this}
15111511
is a base class subobject of a

0 commit comments

Comments
 (0)