We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee16a1a commit b582f7fCopy full SHA for b582f7f
README.md
@@ -146,7 +146,7 @@ fn main() {
146
return alert("There's no text!!!");
147
}
148
149
- textarea.value = decancer2(textarea.value);
+ textarea.value = decancer(textarea.value);
150
151
</script>
152
</body>
core/src/lib.rs
@@ -146,7 +146,7 @@
//! return alert("There's no text!!!");
//! }
//!
-//! textarea.value = decancer2(textarea.value);
+//! textarea.value = decancer(textarea.value);
//! </script>
//! </body>
0 commit comments