From 190e00ed621cfe64d89387caf50a3a16cefef6c7 Mon Sep 17 00:00:00 2001 From: Joscha Date: Wed, 16 Apr 2025 22:12:21 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3c9bc5..842db85 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ See the top-level crate documentation for more info. ## But what about that small helper function? -Here it is in full, for posteriority: +Here it is in full, for posterity: ```js function el(name, attributes, ...children) {