Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dusty-nv committed Jun 19, 2019
1 parent 4bd2114 commit 23b5cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/building-repo-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ public:
/**
* Retrieve the description of a particular class.
*/
inline const char* GetClassDesc( uint32_t index ) const { return mClassDesc[index].c_str(); }
inline const char* GetClassDesc( uint32_t index ) const { return mClassDesc[index].c_str(); }
};
```

Expand Down

0 comments on commit 23b5cb9

Please sign in to comment.