Skip to content

doc: fix package name from "lo" to "it"#794

Merged
samber merged 1 commit intomasterfrom
doc/fix-package-name
Feb 8, 2026
Merged

doc: fix package name from "lo" to "it"#794
samber merged 1 commit intomasterfrom
doc/fix-package-name

Conversation

@samber
Copy link
Owner

@samber samber commented Feb 8, 2026

No description provided.

Copilot AI review requested due to automatic review settings February 8, 2026 01:24
@codecov
Copy link

codecov bot commented Feb 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.26%. Comparing base (1089359) to head (4da2d89).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #794   +/-   ##
=======================================
  Coverage   94.26%   94.26%           
=======================================
  Files          18       18           
  Lines        2860     2860           
=======================================
  Hits         2696     2696           
  Misses        149      149           
  Partials       15       15           
Flag Coverage Δ
unittests 94.26% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@samber samber merged commit 94462b2 into master Feb 8, 2026
28 checks passed
@samber samber deleted the doc/fix-package-name branch February 8, 2026 01:26
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates iterator (it) documentation examples to consistently use the correct package qualifier (it) instead of lo, aligning code snippets with the category: it helpers.

Changes:

  • Replaced lo.<Helper> with it.<Helper> across multiple docs/data/it-*.md example snippets.
  • Updated an unqualified Concat(...) example to it.Concat(...) for consistency with other it docs.

Reviewed changes

Copilot reviewed 14 out of 14 changed files in this pull request and generated no comments.

Show a summary per file
File Description
docs/data/it-subset.md Fixes example calls to use it.Subset
docs/data/it-splice.md Fixes example calls to use it.Splice
docs/data/it-rejectmap.md Fixes example calls to use it.RejectMap
docs/data/it-maptoseq.md Fixes example calls to use it.MapToSeq
docs/data/it-filtervalues.md Fixes example calls to use it.FilterValues
docs/data/it-filtermaptoseq.md Fixes example calls to use it.FilterMapToSeq
docs/data/it-filtermap.md Fixes example calls to use it.FilterMap / it.FilterMapI
docs/data/it-filterkeys.md Fixes example calls to use it.FilterKeys
docs/data/it-droplast.md Fixes example calls to use it.DropLast
docs/data/it-concat.md Fixes example call to use it.Concat
docs/data/it-coalesceseqorempty.md Fixes example calls to use it.Range / it.CoalesceSeqOrEmpty
docs/data/it-coalesceseq.md Fixes example calls to use it.Range / it.CoalesceSeq
docs/data/it-chunkentries.md Fixes example calls to use it.ChunkEntries
docs/data/it-assign.md Fixes example calls to use it.Assign

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

2 participants