Skip to content

Commit 8b45448

Browse files
authored
Merge pull request #1658 from LaievskyiSasha/master
Fix incorrect link address
2 parents 524d598 + e09a55a commit 8b45448

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)