Skip to content

Commit 21fb3d2

Browse files
committed
Merge branch 'GrammarFixes' of https://github.com/viper474/HowToBeAProgrammer into GrammarFixes
2 parents 2f4eda7 + 93c87ca commit 21fb3d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

4-Glossary.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ This is a glossary of terms as used in this essay. These do not necessarily have
8181
: A design principle that seeks to keep things independent and decoupled by using interfaces that expose as little information as possible.
8282

8383
**object-oriented programming**
84-
: An programming style emphasizing the the management of state inside objects.
84+
: An programming style emphasizing the management of state inside objects.
8585

8686
**communication languages**
8787
: A language designed primarily for standardization rather than execution.
@@ -93,7 +93,7 @@ This is a glossary of terms as used in this essay. These do not necessarily have
9393
: A language so popular as to be a de facto standard for its field, as French was for international diplomacy at one time.
9494

9595
**buy vs. build**
96-
: An adjective describing a choice between spending money for software or writing it your self.
96+
: An adjective describing a choice between spending money for software or writing it yourself.
9797

9898
**mere work**
9999
: Work that requires little creativity and entails little risk. Mere work can be estimated easily.
@@ -107,4 +107,4 @@ This is a glossary of terms as used in this essay. These do not necessarily have
107107
**white-paper**
108108
: An informative document that is often meant to explain or sell a product or idea to an audience different than the programmers of that product or idea.
109109

110-
Next [Bibliography/Websiteography](5-Bibliography.md)
110+
Next [Bibliography/Websiteography](5-Bibliography.md)

0 commit comments

Comments
 (0)