Skip to content

Commit

Permalink
Fix typo (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
mingxwa authored Dec 16, 2024
1 parent a6835a2 commit 9881da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/implicit_conversion_dispatch.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Class `implicit_conversion_dispatch`

```cpp
class explicit_conversion_dispatch;
class implicit_conversion_dispatch;
```

Class `implicit_conversion_dispatch` models a [dispatch](ProDispatch.md) type for implicit type conversion expressions. It meets the [*ProAccessible* requirements](ProAccessible.md) of applicable types.
Expand Down

0 comments on commit 9881da9

Please sign in to comment.