diff --git a/pages/common/printf.md b/pages/common/printf.md index 0fe9ebaa76..a06447761c 100644 --- a/pages/common/printf.md +++ b/pages/common/printf.md @@ -26,4 +26,4 @@ - Print a hexadecimal, octal and scientific number: -`printf "{{hex=%x octal=%o scientific=%e}}" 0x{{FF}} 0{{377}} {{100000}}` +`printf "{{hex=%x octal=%o scientific=%e\n}}" 0x{{FF}} 0{{377}} {{100000}}`