Skip to content

Commit

Permalink
Fix incorrectly worded sentence. Fixes #3086.
Browse files Browse the repository at this point in the history
  • Loading branch information
carols10cents committed Mar 29, 2022
1 parent 2b847dc commit 7c966bd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ would still be valid. However, if we moved the `eat_at_restaurant` function
separately into a module named `dining`, the absolute path to the
`add_to_waitlist` call would stay the same, but the relative path would need to
be updated. Our preference is to specify absolute paths because it’s more
likely to move code definitions and item calls independently of each other.
likely we'll want to move code definitions and item calls independently of each
other.

Let’s try to compile Listing 7-3 and find out why it won’t compile yet! The
error we get is shown in Listing 7-4.
Expand Down

0 comments on commit 7c966bd

Please sign in to comment.