Skip to content

Commit

Permalink
Fix grammar of changelog a bit for cpp mangle update
Browse files Browse the repository at this point in the history
  • Loading branch information
schveiguy committed Sep 19, 2018
1 parent 1842567 commit a713419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changelog/mangle_cpp.dd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The new syntax allows for keywords to be used for mangling
and only changes the mangle of a symbol. It does not provide any
feature resembling C++ namespaces. This allows users to structure
their C++ in traditional D fashion, utilizing modules. The old syntax
`extern(C++, foo)` would occupy the symbol `foo`. This would modules
`extern(C++, foo)` would occupy the symbol `foo`. This meant modules
couldn't use this name and match the C++ namespace.

---
Expand Down

0 comments on commit a713419

Please sign in to comment.