Skip to content

Typo on the Werk book #32

@RaphGL

Description

@RaphGL

Hi there, I found your project on lobste.rs and was reading through the post and sifting through the book and found this:

let flattened = ["a", ["b", ["c"]]]   # ["a", "b", "c"]

This is probably supposed to be:

let flattened = ["a", ["b", ["c"]]] | flatten   # ["a", "b", "c"]

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions