Skip to content

fix: correct typo in Serializer doc comment - #606

Merged
juntyr merged 1 commit into
ron-rs:masterfrom
maxtaran2010:fix/serializer-doc-typo
Jul 8, 2026
Merged

fix: correct typo in Serializer doc comment#606
juntyr merged 1 commit into
ron-rs:masterfrom
maxtaran2010:fix/serializer-doc-typo

Conversation

@maxtaran2010

Copy link
Copy Markdown
Contributor

The doc comment on the Serializer struct incorrectly says "deserializing" when it should say "serializing". The to_string function is a serialization function, not a deserialization function.

Before:
```rust
/// You can just use [to_string] for deserializing a value.
```

After:
```rust
/// You can just use [to_string] for serializing a value.
```

Copilot AI review requested due to automatic review settings July 8, 2026 09:37

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@juntyr

juntyr commented Jul 8, 2026

Copy link
Copy Markdown
Member

Thanks for catching the error and providing the fix @maxtaran2010!

@juntyr
juntyr merged commit d0e99bc into ron-rs:master Jul 8, 2026
10 checks passed
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.

3 participants