Skip to content

fix: correct 'do stuck' to 'do stuff' in ownership example - #22

Open
Jah-yee wants to merge 1 commit into
oraqlle:masterfrom
Jah-yee:master
Open

fix: correct 'do stuck' to 'do stuff' in ownership example#22
Jah-yee wants to merge 1 commit into
oraqlle:masterfrom
Jah-yee:master

Conversation

@Jah-yee

@Jah-yee Jah-yee commented Aug 16, 2026

Copy link
Copy Markdown

Summary

Fixed a typo in the "What is ownership?" chapter (section 4.1).

Before: // do stuck with x
After: // do stuff with x

Issue

The comment on line 63 in src/ch04-ownership/what-is-it.md was confusing — "do stuck with x" should read "do stuff with x".


Submitted via PR攻关 (Jah-yee)

Line 63 in src/ch04-ownership/what-is-it.md:
  // do stuck with x -> // do stuff with x

Fixes issue oraqlle#21
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.

Probable typo in 4.1

1 participant