018 awkward wording

This commit is contained in:
Dave Gauer 2021-08-28 10:20:37 -04:00 committed by GitHub
parent e36b2973c4
commit e9a1959bfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
//
// Functions! We've already seen lots of ones called "main()". Now let's try
// writing one of our own:
// Functions! We've already created lots of functions called "main()". Now let's
// try writing one of our own:
//
// fn foo(n: u8) u8 {
// return n + 1;