Fix typo
This commit is contained in:
parent
d7737c0da5
commit
1392ef52cf
|
@ -30,7 +30,7 @@ bool isTempIndent(IdType type) pure nothrow @nogc @safe
|
||||||
struct IndentStack
|
struct IndentStack
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Get the indent size at the most recent occurence of the given indent type
|
* Get the indent size at the most recent occurrence of the given indent type
|
||||||
*/
|
*/
|
||||||
int indentToMostRecent(IdType item) const
|
int indentToMostRecent(IdType item) const
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue