Skip to content

Commit 2bc25b8

Browse files
authored
Update 0379-opt-in-reflection-metadata.md
fix typos
1 parent 3f984e6 commit 2bc25b8

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
@@ -33,7 +33,7 @@ A developer has two ways right now - either
3333
1. To just in case enable Reflection in full.
3434
2. To try to guess which used APIs consume Reflection, and enable it only for modules that are users of such APIs.
3535

36-
Both of those options have flaws. The first one leads to exsessive contribution of reflection metadta to binary size and might affects the secrecy of generated code.
36+
Both of those options have flaws. The first one leads to excessive contribution of reflection metadata to binary size and might affects the secrecy of generated code.
3737
The second one isn't safe because many APIs are black boxes if the guess is wrong, an app might behave not as expected at runtime.
3838

3939
Furthermore, APIs can use Reflection Metadata differently. Some like `print`, `debugPrint`, and `dump` will still work with disabled reflection, but the output will be limited.

0 commit comments

Comments
 (0)