summaryrefslogtreecommitdiffstats
path: root/2021
diff options
context:
space:
mode:
authorLeo Vivier <zaeph@zaeph.net>2021-10-21 22:22:36 +0200
committerLeo Vivier <zaeph@zaeph.net>2021-10-21 22:22:36 +0200
commit294a8fd1db548c4e5bf891c3182985cc4396d005 (patch)
tree98a923553e079a63f29a0e1204889a9bfae36d24 /2021
parent90967828c0a42a292d08bbd446d2d42de5cd29be (diff)
downloademacsconf-wiki-294a8fd1db548c4e5bf891c3182985cc4396d005.tar.xz
emacsconf-wiki-294a8fd1db548c4e5bf891c3182985cc4396d005.zip
Fix commenting
Diffstat (limited to '2021')
-rw-r--r--2021/talks/test.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/2021/talks/test.md b/2021/talks/test.md
index 40e4867f..c3b6125d 100644
--- a/2021/talks/test.md
+++ b/2021/talks/test.md
@@ -23,7 +23,7 @@ running 'dofile "foo.lua"'), and then has several tests for that class
and its methods; and we can put another block with tests like that
after the class Bletch, and other blocks after some functions. Eepitch
allows sending these tests line by line to the Lua interpreter by
-typing \<f8\> on each line that we want to send, and this lets us create
+typing <f8\> on each line that we want to send, and this lets us create
tests that are very easy to understand even without writing comments;
this gives us a very quick way to document code by executable tests,
that is super-great for experimental code that is still going to