summaryrefslogtreecommitdiff
path: root/libphobos/src/std/format/package.d
diff options
context:
space:
mode:
Diffstat (limited to 'libphobos/src/std/format/package.d')
-rw-r--r--libphobos/src/std/format/package.d4
1 files changed, 2 insertions, 2 deletions
diff --git a/libphobos/src/std/format/package.d b/libphobos/src/std/format/package.d
index 2d57e489781..6c9e9ae6004 100644
--- a/libphobos/src/std/format/package.d
+++ b/libphobos/src/std/format/package.d
@@ -179,10 +179,10 @@ $(BOOKTABLE ,
Depending on the number, a scientific notation or
a natural notation is used.))
$(TR $(TD $(B 'a') / $(B 'A'))
- $(TD To be formatted as a real number in hexadezimal scientific notation.))
+ $(TD To be formatted as a real number in hexadecimal scientific notation.))
$(TR $(TD $(B 'r'))
$(TD To be formatted as raw bytes.
- The output may not be printable and depends on endianess.))
+ The output may not be printable and depends on endianness.))
)
The $(I compound indicator) can be used to describe compound types