Fix incorrect link address

This commit is contained in:
Sasha 2019-12-06 17:31:19 +02:00
parent 5b195795da
commit 47e46895f2

View file

@ -279,7 +279,7 @@ With private fields that's impossible: `this['#name']` doesn't work. That's a sy
## Summary ## Summary
In terms of OOP, delimiting of the internal interface from the external one is called [encapsulation]("https://en.wikipedia.org/wiki/Encapsulation_(computer_programming)"). In terms of OOP, delimiting of the internal interface from the external one is called [encapsulation](https://en.wikipedia.org/wiki/Encapsulation_(computer_programming)).
It gives the following benefits: It gives the following benefits: