From 294a8fd1db548c4e5bf891c3182985cc4396d005 Mon Sep 17 00:00:00 2001 From: Leo Vivier Date: Thu, 21 Oct 2021 22:22:36 +0200 Subject: Fix commenting --- 2021/talks/test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '2021/talks/test.md') 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 \ on each line that we want to send, and this lets us create +typing 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 -- cgit v1.2.3