Explorar el Código

Update getting-help.md

Björn Ritzl hace 4 años
padre
commit
9469a87864
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      docs/en/manuals/getting-help.md

+ 2 - 2
docs/en/manuals/getting-help.md

@@ -61,8 +61,8 @@ When you share code it is recommended to share the code as text, not as screensh
 
 Example:
 
-\`\`\`</br>
-print("Hello code!")</br>
+\`\`\`
+print("Hello code!")
 \`\`\`
 
 Result: