node-to-rust icon indicating copy to clipboard operation
node-to-rust copied to clipboard

Unexpected slash "\=>"

Open katopz opened this issue 2 years ago • 0 comments

at https://github.com/wasmflow/node-to-rust/blob/master/book/chapters/chapter-15-closures.adoc#basic-closure-syntax

let closure = () \=> {
  console.log("Hi! I'm in a closure");
};
closure();

has weird \=> for some reason and it's appear all over the book. Not sure what it was. You can assign to me if it's a bug I will take a look.

Cheers

katopz avatar Jul 17 '22 13:07 katopz