Skip to content

docs: fix DuckDB SQL example spelling#2416

Open
Rohan5commit wants to merge 1 commit into
huggingface:mainfrom
Rohan5commit:docs/duckdb-confectionery-20260421
Open

docs: fix DuckDB SQL example spelling#2416
Rohan5commit wants to merge 1 commit into
huggingface:mainfrom
Rohan5commit:docs/duckdb-confectionery-20260421

Conversation

@Rohan5commit
Copy link
Copy Markdown
Contributor

@Rohan5commit Rohan5commit commented Apr 21, 2026

Summary

  • fix the "Confectionery" spelling in the DuckDB SQL docs example output

Related issue

  • N/A (trivial docs typo fix)

Guideline alignment

  • docs-only wording fix in one file
  • no behavior changes

Validation

  • Ran git diff --check

Note

Low Risk
Docs-only change that corrects a single word in a rendered DuckDB query output example; no code paths or behavior are affected.

Overview
Fixes a typo in the DuckDB SQL docs example output by correcting the choices list spelling from "Confectionary" to "Confectionery" in docs/hub/datasets-duckdb-sql.md.

Reviewed by Cursor Bugbot for commit d062e6f. Bugbot is set up for automated code reviews on this repo. Configure here.

Copilot AI review requested due to automatic review settings April 21, 2026 02:40
@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

Copy link
Copy Markdown
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 the DuckDB SQL documentation example output to correct a spelling error in one of the displayed choice values, improving clarity and professionalism in the docs.

Changes:

  • Corrects “Confectionary” → “Confectionery” in a DuckDB query output example.

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

│ varchar │ varchar │ varchar[] │ int64 │
├──────────────────────┼───────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼────────┤
│ Which foods tend t… │ nutrition │ [Meat, Confectionary, Fruits and vegetables, Potatoes] │ 2 │
│ Which foods tend t… │ nutrition │ [Meat, Confectionery, Fruits and vegetables, Potatoes] │ 2 │
Copy link

Copilot AI Apr 21, 2026

Choose a reason for hiding this comment

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

The spelling correction is applied in the first query output (choices list), but the later example output for choices[answer] AS correct_answer still shows "Confectionary". This makes the doc inconsistent and may confuse readers; please update the later output text to match the corrected spelling as well (and consider searching the doc for any other occurrences).

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

+1 on copilot review here

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.

4 participants