Skip to content

Commit 023c59a

Browse files
authored
Fix a typo in docs: "solve some problem(s)" (#36219)
1 parent a018dc0 commit 023c59a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/manual/style-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Decide whether the concept in question will be written as `MyType` or `MyType()`
261261
it.
262262

263263
The preferred style is to use instances by default, and only add methods involving `Type{MyType}`
264-
later if they become necessary to solve some problem.
264+
later if they become necessary to solve some problems.
265265

266266
If a type is effectively an enumeration, it should be defined as a single (ideally immutable struct or primitive)
267267
type, with the enumeration values being instances of it. Constructors and conversions can check

0 commit comments

Comments
 (0)