Skip to content

Commit fe34199

Browse files
authored
Merge pull request MicrosoftDocs#616 from ugotjelly/patch-1
spelling mistake
2 parents 7343278 + d6d63e9 commit fe34199

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/cpp/alignof-and-alignas-cpp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The **alignas** type specifier is a portable, C++ standard way to specify custom
99

1010
## Example
1111

12-
You can use **alignas** on a class, struck or union, or on individual members. When multiple **alignas** specifiers are encountered, the compiler will choose the strictest one, (the one with the largest value).
12+
You can use **alignas** on a class, struct or union, or on individual members. When multiple **alignas** specifiers are encountered, the compiler will choose the strictest one, (the one with the largest value).
1313

1414
```cpp
1515
// alignas_alignof.cpp
@@ -32,4 +32,4 @@ int main()
3232

3333
## See also
3434

35-
[Alignment](../cpp/alignment-cpp-declarations.md)
35+
[Alignment](../cpp/alignment-cpp-declarations.md)

0 commit comments

Comments
 (0)