Browse Source

Fix a typo in an Exporting for Web code sample (#3241)

Hugo Locurcio 5 years ago
parent
commit
32460e7e31
1 changed files with 1 additions and 1 deletions
  1. 1 1
      getting_started/workflow/export/exporting_for_web.rst

+ 1 - 1
getting_started/workflow/export/exporting_for_web.rst

@@ -225,5 +225,5 @@ defaulting to ``false`` to prevent polluting the global namespace::
 
 
     func my_func4():
     func my_func4():
         # execute in global execution context,
         # execute in global execution context,
-        # thus adding a new JavaScript global variable `MyGlobal`
+        # thus adding a new JavaScript global variable `SomeGlobal`
         JavaScript.eval("var SomeGlobal = {};", true)
         JavaScript.eval("var SomeGlobal = {};", true)