Skip to content

Commit 7593ddc

Browse files
committed
suggestion for readability
1 parent 61aa2da commit 7593ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0379-opt-in-reflection-metadata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ consume(Bar())
163163
Since Reflection metadata might be used by the debugger, we propose to always keep that metadata
164164
if full emission of debugging information is enabled (with `-gdwarf-types` or `-g` flags).
165165
However, such Reflection metadata won't be accessible through the nominal type descriptor
166-
which will allow to avoid inconsistencies between APIs' outputs in Release and Debug modes.
166+
which will avoid inconsistencies in API behavior between Release and Debug modes.
167167

168168
### Changes in flags
169169

0 commit comments

Comments
 (0)