Grasp
Public
Showcasedate-fns/date-fns #4206SourceMarkdown

docs: fix set example description

The set() documentation example says setting hours: 12 changes 2014-09-01 01:23:45 to 12:00:00, but the example output correctly preserves the existing minutes and seconds as 12:23:45.

MERGEDGrasp · Jul 30, 2026

Three explanations of the same brief

No jargon, about fifteen seconds

docs: fix set example description

Someone changed how a program works. The set() documentation example says setting hours: 12 changes 2014-09-01 01:23:45 to 12:00:00, but the example output correctly preserves the existing minutes and seconds as 12:23:45. The part to watch: Source changed with no test changed.

docs: fix set example descr…Heaviest file
The one thing to take away

42 words · derived from the brief below, no model involved

A single-file change to index.ts, 2 lines.

1 file changed across 1 area of date-fns/date-fns, 1 added and 1 removed.

The set() documentation example says setting hours: 12 changes 2014-09-01 01:23:45 to 12:00:00, but the example output correctly preserves the existing minutes and seconds as 12:23:45.

heaviestdate-fns1 files, 2 linesSource1 file, 2 linesindex.ts+1 −1
Where the change landed. Node size is not to scale; the line counts are exact.Download for draw.io
Heaviest file

pkgs/core/src/set/index.ts, +1 −1, which is 100% of the change.

No test changed

1 source file changed with no accompanying test edit.

Spread

1 files, 2 changed lines in total.

What this brief could not check

  • No language model read this change. Every statement here is computed from file paths, line counts, and CI status, so it describes the shape of the diff and not what the diff means.
  • No test file changed, so nothing here is evidence that the change works.