We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ed4a11 commit 17fed89Copy full SHA for 17fed89
1 file changed
platform/Locale.roc
@@ -2,10 +2,10 @@ Locale := [].{
2
## Returns the most preferred locale for the system or application.
3
##
4
## The returned [Str] is a BCP 47 language tag, like `en-US` or `fr-CA`.
5
- get! : {} => Str
+ get! : () => Str
6
7
## Returns the preferred locales for the system or application.
8
9
## The returned [Str] are BCP 47 language tags, like `en-US` or `fr-CA`.
10
- all! : {} => List(Str)
+ all! : () => List(Str)
11
}
0 commit comments