Skip to content

Commit 7a52db7

Browse files
ntrelmaxhaton
andauthored
clarify AA comment
Co-authored-by: Max Haughton <maxhaton@gmail.com>
1 parent 0e1e05f commit 7a52db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ $(EXTRA_EXAMPLE_RUNNABLE Count frequencies of character pairs,
209209
void main()
210210
{
211211
import std.stdio : writefln;
212-
// associative array mapping char pairs to int
212+
// An associative array mapping pairs of characters to integers
213213
int[char[2]] aa;
214214
auto arr = "ABBBA";
215215

0 commit comments

Comments
 (0)