FAQ/Questions/Custom-Aggregate-Functions.md
... ...
@@ -182,7 +182,7 @@ Public Class GroupByFiscalYearFunction
182 182
183 183
Public ReadOnly Property Formatters() As IFormatter() Implements IAggregateFunction.Formatters
184 184
Get
185
- Return New IFormatter(0) {}
185
+ Return New IFormatter() {}
186 186
End Get
187 187
End Property
188 188