Skip to content

Commit bf4ea6a

Browse files
jensmaurerJohelEGP
andauthored
Update source/expressions.tex
Co-authored-by: Johel Ernesto Guerrero Peña <[email protected]>
1 parent b5b1343 commit bf4ea6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/expressions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7500,7 +7500,7 @@
75007500
int coughlin = 12;
75017501
};
75027502

7503-
constexpr int how_many(Swam& swam) {
7503+
constexpr int how_many(Swim& swam) {
75047504
Swim* p = &swam;
75057505
return (p + 1 - 1)->phelps();
75067506
}

0 commit comments

Comments
 (0)