Updated Classes and Structs (markdown) authored by williamfgc's avatar williamfgc
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
void SetName( const std::string name ); void SetName( const std::string name );
} }
``` ```
* _Don't_ * _Do_
```cpp ```cpp
struct Attribute struct Attribute
{ {
... ...
......