Explorar el Código

Merge branch 'contrib/github_pr_7978' into 'master'

docs: fix minor typo (Github PR)

Closes IDFGH-6316

See merge request espressif/esp-idf!16233
Ivan Grokhotkov hace 4 años
padre
commit
98ad01e5fc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/en/api-guides/unit-tests.rst

+ 1 - 1
docs/en/api-guides/unit-tests.rst

@@ -18,7 +18,7 @@ Tests are added in a function in the C file as follows:
 
 .. code-block:: c
 
-    TEST_CASE("test name", "[module name]"
+    TEST_CASE("test name", "[module name]")
     {
             // Add test here
     }