diff --git a/07-printf/questions/questions.md b/07-printf/questions/questions.md index 12927c1..c055509 100644 --- a/07-printf/questions/questions.md +++ b/07-printf/questions/questions.md @@ -55,7 +55,7 @@ * c:\\secret\\directory * c:\secret\directory *CORRECT* -## What does "\"heisenberg\"" print? +## What does `"\"heisenberg\""` print? * ERROR * heisenberg * "heisenberg" *CORRECT* @@ -87,4 +87,4 @@ * int * float64 * string *CORRECT* -* bool \ No newline at end of file +* bool