Skip to content

Commit

Permalink
fix Issue 1521 - Ambiguous documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Jan 21, 2012
1 parent 9482ce9 commit 3d22dec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions memory.dd
Original file line number Diff line number Diff line change
Expand Up @@ -427,9 +427,9 @@ void main()
collected heap. However, if they:)

$(UL
$(LI are allocated as local symbols in a function)
$(LI are allocated using $(B new))
$(LI use $(B new) with no arguments (constructor arguments are allowed))
$(LI are allocated as local symbols in a function and)
$(LI are allocated using $(B new) and)
$(LI use $(B new) with no arguments (constructor arguments are allowed) and)
$(LI have the $(B scope) storage class)
)

Expand Down

0 comments on commit 3d22dec

Please sign in to comment.