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

Commit ee4cbff

Browse files
authored
docs: update philosophy.md (#73)
internel -> internal
1 parent 8216dca commit ee4cbff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/philosophy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ This allows developers to more easily experiment with an idea, trying it out unt
9999

100100
# Importance of encapsulation
101101

102-
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.
102+
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.
103103

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

0 commit comments

Comments
 (0)