Преглед изворни кода

Update logging.adoc

Fixed broken monospace by making it unconstrained.
mitm001 пре 8 година
родитељ
комит
29383fc590
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/docs/asciidoc/jme3/advanced/logging.adoc

+ 1 - 1
src/docs/asciidoc/jme3/advanced/logging.adoc

@@ -76,7 +76,7 @@ To deactivate the default logger for a release, you set the log level to only re
 Logger.getLogger(””).setLevel(Level.SEVERE);
 ----
 
-During development or a beta test, you can tune down the default logger, and set the log level to only report `warning`s:
+During development or a beta test, you can tune down the default logger, and set the log level to only report ``warning``s:
 
 [source,java]
 ----