Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d41d990

Browse filesBrowse files
authored
Merge pull request serde-rs#102 from Kampfkarren/patch-1
Fix typo in enum representations docs
2 parents ec3c669 + 55a053b commit d41d990
Copy full SHA for d41d990

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎_src/enum-representations.md

Copy file name to clipboardExpand all lines: _src/enum-representations.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ enum Block {
9090
# fn main() {}
9191
```
9292

93-
This representation is common the Haskell world. Written in JSON syntax:
93+
This representation is common in the Haskell world. Written in JSON syntax:
9494

9595
```json
9696
{"t": "Para", "c": [{...}, {...}]}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.