Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
docs: update philosophy.md (#73)
Browse files Browse the repository at this point in the history
internel -> internal
  • Loading branch information
eltociear committed May 22, 2024
1 parent 8216dca commit ee4cbff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/philosophy.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ This allows developers to more easily experiment with an idea, trying it out unt

# Importance of encapsulation

June makes heavy use of the concept of encapsulation. In June, encapsulated private state represented internel implementation details that should not be shared with the outside world, and the developer can ask the June compiler to enforce this.
June makes heavy use of the concept of encapsulation. In June, encapsulated private state represented internal implementation details that should not be shared with the outside world, and the developer can ask the June compiler to enforce this.

By enforcing full encapsulation, the developer can create an abstraction that:

Expand Down

0 comments on commit ee4cbff

Please sign in to comment.