Skip to content

Commit

Permalink
Merge pull request #629 from Rageking8/resolve-mistake-in-readme
Browse files Browse the repository at this point in the history
Resolve mistake in README
  • Loading branch information
andreasfertig committed Apr 8, 2024
2 parents a8e7fba + d2b43f7 commit 6dfd5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ int main()
}
```

You can see all the compiler-provided special member functions and the downcast from `Derived` to `Base`.
You can see all the compiler-provided special member functions and the upcast from `Derived` to `Base`.

## Why

Expand Down

0 comments on commit 6dfd5fd

Please sign in to comment.