Skip to content

Commit 748ac98

Browse files
committed
Minor typos.
1 parent 03d5035 commit 748ac98

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

_posts/2015-10-13-the-first-editor-off.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ lip syn battle but cooler:
2020
For this first battle we had 4 participants with 3 weapons of choice:
2121

2222
- Vince: Vim
23-
- Adam: Atom
2423
- Alex: Emacs
2524
- Sam: Vim
2625

@@ -42,7 +41,7 @@ docstring for a function:
4241

4342
Simply hit `<leader> + d` and the docstring appears in a buffer.
4443

45-
The second thing was `<leader> + K` which take you directly to the source code
44+
The second thing was `<leader> + K` which takes you directly to the source code
4645
for any given function. So Vince did this on the `random.choice` function to
4746
directly access the python source code. He then quickly modified the way that
4847
function worked so that he would always win at the simple game he programmed.
@@ -101,7 +100,7 @@ where instead of writing the source code to a program in a format specified by t
101100
source code in a way that makes sense to humans and then use Org-Babel to compile all the files from code
102101
snippets embedded in your document.
103102

104-
I don't feel like I'm exaplaining this very well so let me point you in the direction of a few such programs.
103+
I don't feel like I'm explaining this very well so let me point you in the direction of a few such programs.
105104
Alex's [Emacs Configuration](https://raw.githubusercontent.com/alcarney/emacs.d/master/README.org)
106105
is in fact a literate program using Org-Babel. While it isn't written using Org-Babel Donald Knuth's
107106
[TeX](http://mirrors.ctan.org/systems/knuth/dist/tex/texbook.tex) is probably _the_ example of a literate program.

0 commit comments

Comments
 (0)