diff options
author | Danil Yarantsev <tiberiumk12@gmail.com> | 2020-06-28 20:17:18 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-28 19:17:18 +0200 |
commit | 79367685601f4c90f6c478ce45651bffd9222c39 (patch) | |
tree | 9347b6f8354061330c9c297c13f47c9b26da294f /doc/manual.rst | |
parent | 4f70180a58ae46fcf313aed001242f8aa1252b1a (diff) | |
download | Nim-79367685601f4c90f6c478ce45651bffd9222c39.tar.gz |
Fix some typos (#14843)
Diffstat (limited to 'doc/manual.rst')
-rw-r--r-- | doc/manual.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.rst b/doc/manual.rst index 9f5252ae0..d2fcdc080 100644 --- a/doc/manual.rst +++ b/doc/manual.rst @@ -6455,7 +6455,7 @@ Align pragma The `align`:idx: pragma is for variables and object field members. It modifies the alignment requirement of the entity being declared. The argument must be a constant power of 2. Valid non-zero -alignments that are weaker than nother align pragmas on the same +alignments that are weaker than other align pragmas on the same declaration are ignored. Alignments that are weaker that the alignment requirement of the type are ignored. |