print below statement -> print statement below

This commit is contained in:
Roman Frołow 2021-03-31 03:53:15 +02:00 committed by GitHub
parent bfa0f08795
commit 7861524a1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ pub fn main() void {
// treat a "many-item pointer" of const u8 as a string as long as
// we can CONVERT IT TO A SLICE. (Hint: we do know the length!)
//
// Please fix this line so the print below statement can print it:
// Please fix this line so the print statement below can print it:
const zen12_string: []const u8 = zen_manyptr;
// Here's the moment of truth!