Skip to content

Commit 82e9c8c

Browse files
authored
Merge pull request #10166 from Brederodes/master
Correctly name enum type
2 parents f512e1e + e01f00f commit 82e9c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/scripting/c_sharp/c_sharp_exports.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ combine multiple flags using logical OR (``|``) are also possible.
363363
.. code-block:: csharp
364364
365365
[Flags]
366-
public enum MyEnum
366+
public enum SpellElements
367367
{
368368
Fire = 1 << 1,
369369
Water = 1 << 2,

0 commit comments

Comments
 (0)