Merge pull request #1658 from LaievskyiSasha/master

Fix incorrect link address
This commit is contained in:
Alexey Pyltsyn 2019-12-19 23:06:01 +03:00 committed by GitHub
commit 8b45448995
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -279,7 +279,7 @@ With private fields that's impossible: `this['#name']` doesn't work. That's a sy
## 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: