Fix typo in README

This commit is contained in:
2025-10-15 20:43:09 +02:00
parent e9d95a29e6
commit ee7709c8ce
+1 -1
View File
@@ -147,7 +147,7 @@ int main(void)
case WL_EVAL_OUTPUT: case WL_EVAL_OUTPUT:
// Output string available // Output string available
fwrite(res.str.ptr, 1, res.str.len, output); fwrite(res.str.ptr, 1, res.str.len, stdout);
break; break;
case WL_EVAL_SYSVAR: case WL_EVAL_SYSVAR: