From 4a58b990366ef2bba0439a4addd06bd780cc7341 Mon Sep 17 00:00:00 2001 From: Shinya Fujino Date: Thu, 20 Jun 2024 15:25:39 +0900 Subject: [PATCH] Fix grammar in let-binding.mdx --- pages/docs/manual/latest/let-binding.mdx | 2 +- pages/docs/manual/v10.0.0/let-binding.mdx | 2 +- pages/docs/manual/v8.0.0/let-binding.mdx | 2 +- pages/docs/manual/v9.0.0/let-binding.mdx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/docs/manual/latest/let-binding.mdx b/pages/docs/manual/latest/let-binding.mdx index 4cebf15e9..9372c9fae 100644 --- a/pages/docs/manual/latest/let-binding.mdx +++ b/pages/docs/manual/latest/let-binding.mdx @@ -181,5 +181,5 @@ Still, `%%private` is useful in the following scenarios: - **Code generators.** Some code generators want to hide some values but it is sometimes very hard or time consuming for code generators to synthesize the types for public fields. -- **Quick prototyping.** During prototyping, we still want to hide some values, but the interface file is not stable yet, `%%private` provide you such convenience. +- **Quick prototyping.** During prototyping, we still want to hide some values, but the interface file is not stable yet. `%%private` provides you such convenience. diff --git a/pages/docs/manual/v10.0.0/let-binding.mdx b/pages/docs/manual/v10.0.0/let-binding.mdx index ed4c15782..fda3bfcd7 100644 --- a/pages/docs/manual/v10.0.0/let-binding.mdx +++ b/pages/docs/manual/v10.0.0/let-binding.mdx @@ -181,5 +181,5 @@ Still, `%%private` is useful in the following scenarios: - **Code generators.** Some code generators want to hide some values but it is sometimes very hard or time consuming for code generators to synthesize the types for public fields. -- **Quick prototyping.** During prototyping, we still want to hide some values, but the interface file is not stable yet, `%%private` provides you such convenience. +- **Quick prototyping.** During prototyping, we still want to hide some values, but the interface file is not stable yet. `%%private` provides you such convenience. diff --git a/pages/docs/manual/v8.0.0/let-binding.mdx b/pages/docs/manual/v8.0.0/let-binding.mdx index 32450fb48..834509559 100644 --- a/pages/docs/manual/v8.0.0/let-binding.mdx +++ b/pages/docs/manual/v8.0.0/let-binding.mdx @@ -217,5 +217,5 @@ Still, `%private` is useful in the following scenarios: - Code generators. Some code generators want to hide some values but it is sometimes very hard or time consuming for code generators to synthesize the types for public fields. -- Quick prototyping. During prototyping, we still want to hide some values, but the interface file is not stable yet, `%private` provide you such convenience. +- Quick prototyping. During prototyping, we still want to hide some values, but the interface file is not stable yet. `%private` provides you such convenience. diff --git a/pages/docs/manual/v9.0.0/let-binding.mdx b/pages/docs/manual/v9.0.0/let-binding.mdx index d1fe612c9..f746be3ab 100644 --- a/pages/docs/manual/v9.0.0/let-binding.mdx +++ b/pages/docs/manual/v9.0.0/let-binding.mdx @@ -181,5 +181,5 @@ Still, `%private` is useful in the following scenarios: - Code generators. Some code generators want to hide some values but it is sometimes very hard or time consuming for code generators to synthesize the types for public fields. -- Quick prototyping. During prototyping, we still want to hide some values, but the interface file is not stable yet, `%private` provide you such convenience. +- Quick prototyping. During prototyping, we still want to hide some values, but the interface file is not stable yet. `%private` provides you such convenience.