Fix multiline comment
This commit is contained in:
@@ -124,9 +124,7 @@ input TimeInterval {
|
||||
years: Int = 0
|
||||
|
||||
"""
|
||||
Example usage:
|
||||
True eg 1/15-3/15 => [(1/15,1/31), (2/1,2/28), (3/1,3/15)]
|
||||
False eg 1/15-2/15 => [(1/15,2/15), (2/16,3/15)]
|
||||
True eg 1/15-3/15 => [(1/15,1/31), (2/1,2/28), (3/1,3/15)] False eg 1/15-2/15 => [(1/15,2/14), (2/14,3/15)]
|
||||
"""
|
||||
calendarAlignedMonths: Boolean! = true
|
||||
}
|
||||
|
Reference in New Issue
Block a user