1
0
mirror of https://github.com/dstotijn/go-notion.git synced 2025-06-08 23:46:12 +02:00

Fix casing of NumberFormatYuan const

This commit is contained in:
David Stotijn 2021-12-17 18:14:31 +01:00
parent 74663ed1b6
commit 00679f7e8f

View File

@ -301,7 +301,7 @@ const (
NumberFormatRuble NumberFormat = "ruble" NumberFormatRuble NumberFormat = "ruble"
NumberFormatRupee NumberFormat = "rupee" NumberFormatRupee NumberFormat = "rupee"
NumberFormatWon NumberFormat = "won" NumberFormatWon NumberFormat = "won"
NumberformatYuan NumberFormat = "yuan" NumberFormatYuan NumberFormat = "yuan"
// Formula result type enums. // Formula result type enums.
FormulaResultTypeString FormulaResultType = "string" FormulaResultTypeString FormulaResultType = "string"