Skip to content

Commit 3e6b41d

Browse files
Merge pull request #47 from msats5/master
typo fixes
2 parents 185fe2d + f00fc73 commit 3e6b41d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Html/JuliaMentalModel.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11999,7 +11999,7 @@ <h2 id="Who-Julia-is-Developed-For">Who Julia is Developed For<a class="anchor-l
1199911999
<div class="text_cell_render border-box-sizing rendered_html">
1200012000
<h2 id="A-Mental-Model-for-Python/R/MATLAB:-Talking-to-a-Politician">A Mental Model for Python/R/MATLAB: Talking to a Politician<a class="anchor-link" href="#A-Mental-Model-for-Python/R/MATLAB:-Talking-to-a-Politician">&#182;</a></h2><ul>
1200112001
<li>These scripting languages were developed to "be easy".</li>
12002-
<li>You tell them something, and they try to give you want you want.</li>
12002+
<li>You tell them something, and they try to give you what you want.</li>
1200312003
<li>There may be some things hidden behind the scenes to make everything "work better".</li>
1200412004
<li>They may not give you the fastest reply.</li>
1200512005
</ul>

Markdown/JuliaMentalModel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ No matter who you are, some of the terminology will be familiar, while other par
131131
## A Mental Model for Python/R/MATLAB: Talking to a Politician
132132
133133
- These scripting languages were developed to "be easy".
134-
- You tell them something, and they try to give you want you want.
134+
- You tell them something, and they try to give you what you want.
135135
- There may be some things hidden behind the scenes to make everything "work better".
136136
- They may not give you the fastest reply.
137137

Notebooks/JuliaMentalModel.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247
"## A Mental Model for Python/R/MATLAB: Talking to a Politician\n",
248248
"\n",
249249
"- These scripting languages were developed to \"be easy\".\n",
250-
"- You tell them something, and they try to give you want you want.\n",
250+
"- You tell them something, and they try to give you what you want.\n",
251251
"- There may be some things hidden behind the scenes to make everything \"work better\".\n",
252252
"- They may not give you the fastest reply.\n"
253253
]

Slides/JuliaMentalModel.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12129,7 +12129,7 @@ <h2 id="Who-Julia-is-Developed-For">Who Julia is Developed For<a class="anchor-l
1212912129
<div class="text_cell_render border-box-sizing rendered_html">
1213012130
<h2 id="A-Mental-Model-for-Python/R/MATLAB:-Talking-to-a-Politician">A Mental Model for Python/R/MATLAB: Talking to a Politician<a class="anchor-link" href="#A-Mental-Model-for-Python/R/MATLAB:-Talking-to-a-Politician">&#182;</a></h2><ul>
1213112131
<li>These scripting languages were developed to "be easy".</li>
12132-
<li>You tell them something, and they try to give you want you want.</li>
12132+
<li>You tell them something, and they try to give you what you want.</li>
1213312133
<li>There may be some things hidden behind the scenes to make everything "work better".</li>
1213412134
<li>They may not give you the fastest reply.</li>
1213512135
</ul>

Tex/JuliaMentalModel.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@
500500
\item
501501
These scripting languages were developed to "be easy".
502502
\item
503-
You tell them something, and they try to give you want you want.
503+
You tell them something, and they try to give you what you want.
504504
\item
505505
There may be some things hidden behind the scenes to make everything
506506
"work better".

0 commit comments

Comments
 (0)