1
0
mirror of https://github.com/dstotijn/go-notion.git synced 2025-06-06 23:36:14 +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"
NumberFormatRupee NumberFormat = "rupee"
NumberFormatWon NumberFormat = "won"
NumberformatYuan NumberFormat = "yuan"
NumberFormatYuan NumberFormat = "yuan"
// Formula result type enums.
FormulaResultTypeString FormulaResultType = "string"