This commit is contained in:
Joscha 2025-04-16 22:12:21 +02:00
parent bb7dedc9eb
commit 190e00ed62

View file

@ -35,7 +35,7 @@ See the top-level crate documentation for more info.
## But what about that small helper function? ## But what about that small helper function?
Here it is in full, for posteriority: Here it is in full, for posterity:
```js ```js
function el(name, attributes, ...children) { function el(name, attributes, ...children) {