From ca4bbede77425702ba104787f35fcdb8d1bc331c Mon Sep 17 00:00:00 2001 From: George Stagg Date: Mon, 24 Jul 2023 08:31:58 +0100 Subject: [PATCH] docs: Fix example of Japanese text in plotting.qmd Thanks @jokyoku! --- src/docs/plotting.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/plotting.qmd b/src/docs/plotting.qmd index 1c8fa29c..ae2da30a 100644 --- a/src/docs/plotting.qmd +++ b/src/docs/plotting.qmd @@ -68,7 +68,7 @@ The editable R code in this example demonstrates font and text features, feel fr family="Comic Sans MS") text(-4, 4, "This is English", family="cursive") text(-4, -4, "هذا مكتوب باللغة العربية") -text(4, 4, "これは日本人です") +text(4, 4, "これは日本語です") text(4, -4, "זה כתוב בעברית")