Skip to content

Commit b582f7f

Browse files
committed
doc: wrong func name [skip ci]
1 parent ee16a1a commit b582f7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ fn main() {
146146
return alert("There's no text!!!");
147147
}
148148
149-
textarea.value = decancer2(textarea.value);
149+
textarea.value = decancer(textarea.value);
150150
}
151151
</script>
152152
</body>

core/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
//! return alert("There's no text!!!");
147147
//! }
148148
//!
149-
//! textarea.value = decancer2(textarea.value);
149+
//! textarea.value = decancer(textarea.value);
150150
//! }
151151
//! </script>
152152
//! </body>

0 commit comments

Comments
 (0)