Skip to content

Commit 324dfd4

Browse files
jensmaurertkoeppe
authored andcommitted
[ios.base.storage] Fix grammar typo
1 parent bbb7552 commit 324dfd4

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
@@ -1458,7 +1458,7 @@
14581458
\tcode{iarray} as necessary to include the element
14591459
\tcode{iarray[idx]}.
14601460
Each newly allocated element of the array is initialized to zero.
1461-
The reference returned is invalid after any other operations on the
1461+
The reference returned is invalid after any other operation on the
14621462
object.
14631463
\begin{footnote}
14641464
An implementation is free to implement both the integer
@@ -1515,7 +1515,7 @@
15151515
\tcode{parray[idx]}.
15161516
Each newly allocated element of the array is initialized to a null
15171517
pointer.
1518-
The reference returned is invalid after any other operations on the
1518+
The reference returned is invalid after any other operation on the
15191519
object.
15201520
However, the value of the storage referred to is retained, so
15211521
that until the next call to

0 commit comments

Comments
 (0)