Skip to content

Commit

Permalink
docs: rename "internal" access modifier to "protected" (angular#26627)
Browse files Browse the repository at this point in the history
PR Close angular#26627
  • Loading branch information
gbamparop authored and alxhub committed Jan 22, 2019
1 parent 1fb6731 commit 197676a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aio/content/guide/aot-compiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ The compiler understands all syntax forms that the _collector_ supports, but it
The compiler can only reference _exported symbols_.
Decorated component class members must be public. You cannot make an `@Input()` property private or internal.
Decorated component class members must be public. You cannot make an `@Input()` property private or protected.
Data bound properties must also be public.
Expand Down

0 comments on commit 197676a

Please sign in to comment.