diff options
| author | Nathan Reiner <nathan@reinerweb.ch> | 2021-11-21 19:07:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-21 19:07:03 +0100 |
| commit | b801fec60c7d3d652c621cdef859cde77947f96e (patch) | |
| tree | a2096ab6625d9d544016b42433fe2b3033359895 /example.cpp | |
| parent | 1aacde1847d4c68e01f98c8e77395d3bdfc38baa (diff) | |
Update example.cpp
Diffstat (limited to 'example.cpp')
| -rw-r--r-- | example.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example.cpp b/example.cpp index 6cceeb6..0bea84a 100644 --- a/example.cpp +++ b/example.cpp @@ -78,11 +78,11 @@ void TheBestClass::do_everything() { * @category some_bug * * @description - * Some weared bug lol + * Some weird bug lol * what is this??? */ -void some_weard_fun() { +void some_weird_function() { } |