Skip to content

Commit 62cb185

Browse files
authored
Fix typo in proposal rationale. (carbon-language#6427)
1 parent 7be6538 commit 62cb185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/p4864.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ clarification:
9999
different local interpretation.
100100
- [Interoperability with and migration from existing C++ code](/docs/project/goals.md#interoperability-with-and-migration-from-existing-c-code)
101101
- All C++ identifiers are nameable from Carbon code without conflicts.
102-
Virtual functions introduced in Carbon can be overridden in Carbon
102+
Virtual functions introduced in C++ can be overridden in Carbon
103103
regardless of their name. C++ code can be migrated to Carbon even if its
104104
name in C++ has special meaning in Carbon.
105105
- [Principle: Prefer providing only one way to do a given thing](/docs/project/principles/one_way.md)

0 commit comments

Comments
 (0)