summaryrefslogtreecommitdiffstats
path: root/2021/talks
diff options
context:
space:
mode:
Diffstat (limited to '2021/talks')
-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