We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a018dc0 commit 023c59aCopy full SHA for 023c59a
doc/src/manual/style-guide.md
@@ -261,7 +261,7 @@ Decide whether the concept in question will be written as `MyType` or `MyType()`
261
it.
262
263
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.
+later if they become necessary to solve some problems.
265
266
If a type is effectively an enumeration, it should be defined as a single (ideally immutable struct or primitive)
267
type, with the enumeration values being instances of it. Constructors and conversions can check
0 commit comments