Skip to content

docs(concat): example uses lo.Concat, not lo.Flatten#889

Open
c-tonneslan wants to merge 1 commit into
samber:masterfrom
c-tonneslan:docs/concat-example-uses-concat
Open

docs(concat): example uses lo.Concat, not lo.Flatten#889
c-tonneslan wants to merge 1 commit into
samber:masterfrom
c-tonneslan:docs/concat-example-uses-concat

Conversation

@c-tonneslan
Copy link
Copy Markdown

Closes #859.

The Concat doc page on lo.samber.dev was showing a lo.Flatten(list1, list2) call under the Concat heading, which is what the screenshot in the issue caught. Fix the example to actually use lo.Concat.

No source change, both helpers already exist.

The Concat doc page on lo.samber.dev currently shows a lo.Flatten call
under the Concat heading, which is what the reporter screenshot in
samber#859 caught. Fix the snippet to actually call lo.Concat.

Closes samber#859

Signed-off-by: Charlie Tonneslan <cst0520@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Concat block in docs using lo.Flatten func

1 participant