Skip to content

Commit 6e7bc68

Browse files
authored
docs: Fix indentation on !!! warn section (#36254)
Related to #35526. Thanks to @kimikage for the heads up.
1 parent e7a1b99 commit 6e7bc68

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/src/manual/types.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -237,12 +237,12 @@ of function arguments that are containers of abstract types; see [Performance Ti
237237
## Primitive Types
238238

239239
!!! warning
240-
It is almost always preferable to wrap an existing primitive type in a new
241-
composite type than to define your own primitive type.
240+
It is almost always preferable to wrap an existing primitive type in a new
241+
composite type than to define your own primitive type.
242242

243-
This functionality exists to allow Julia to bootstrap the standard primitive
244-
types that LLVM supports. Once they are defined, there is very little reason
245-
to define more.
243+
This functionality exists to allow Julia to bootstrap the standard primitive
244+
types that LLVM supports. Once they are defined, there is very little reason
245+
to define more.
246246

247247
A primitive type is a concrete type whose data consists of plain old bits. Classic examples of primitive
248248
types are integers and floating-point values. Unlike most languages, Julia lets you declare your

0 commit comments

Comments
 (0)