Skip to content

Commit

Permalink
Fix typo in ddoc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-sh committed Nov 3, 2012
1 parent d038acb commit 0511b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/traits.d
Expand Up @@ -2798,7 +2798,7 @@ Example:
class A { byte b; }
class B { long l; }
// As class instancec always has a hidden pointer
// As class instance always has a hidden pointer
static assert(classInstanceAlignment!A == (void*).alignof);
static assert(classInstanceAlignment!B == long.alignof);
---
Expand Down

0 comments on commit 0511b07

Please sign in to comment.