Skip to content

Commit 47e4689

Browse files
author
Sasha
committed
Fix incorrect link address
1 parent 5b19579 commit 47e4689

File tree

1 file changed

+1
-1
lines changed
  • 1-js/09-classes/04-private-protected-properties-methods

1 file changed

+1
-1
lines changed

1-js/09-classes/04-private-protected-properties-methods/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ With private fields that's impossible: `this['#name']` doesn't work. That's a sy
279279

280280
## Summary
281281

282-
In terms of OOP, delimiting of the internal interface from the external one is called [encapsulation]("https://en.wikipedia.org/wiki/Encapsulation_(computer_programming)").
282+
In terms of OOP, delimiting of the internal interface from the external one is called [encapsulation](https://en.wikipedia.org/wiki/Encapsulation_(computer_programming)).
283283

284284
It gives the following benefits:
285285

0 commit comments

Comments
 (0)