Skip to content

Commit 4f16dbd

Browse files
committed
Doco for Locale scalar - tweaked
1 parent b7a2dd8 commit 4f16dbd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,8 @@ For example, imagine a `phoneNumber` scalar like this :
204204

205205
## Locale Scalar
206206

207-
The Locale scalar handles [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tags via the JDK method [Locale.forLanguageTag](https://docs.oracle.com/javase/7/docs/api/java/util/Locale.html#forLanguageTag(java.lang.String)
207+
The Locale scalar handles [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tags via the
208+
JDK method [Locale.forLanguageTag](https://docs.oracle.com/javase/7/docs/api/java/util/Locale.html#forLanguageTag(java.lang.String)
208209

209210
```graphql
210211

0 commit comments

Comments
 (0)