Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/doc/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ Segmentation fault (core dumped)

A crash! (Note that this is actually system-dependent. Because referring to an
invalid reference is undefined behavior, the compiler can do anything,
including the right thing!) Even though we compiled with flags to give us as
including the right thing!). Even though we compiled with flags to give us as
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not needed. Note that on 214, "A crash!" has an exclamation mark to end the sentence, and here, inside the ()s, there's also an exclamation mark to end the sentence.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh sorry ! You're totally right, my bad !

many warnings as possible, and to treat those warnings as errors, we got no
errors. When we ran the program, it crashed.

Expand Down