From 76a278475f01bd65933bf725b26f27f741ad998f Mon Sep 17 00:00:00 2001 From: takahirom Date: Wed, 12 Jun 2024 09:47:38 +0900 Subject: [PATCH] Clarify the documentation for iOS --- README.md | 2 +- docs/topics/compose_multiplatform.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d566df5a..4aae9a5d 100644 --- a/README.md +++ b/README.md @@ -1036,7 +1036,7 @@ Then, you can run the Gradle tasks for iOS Support, just like you do for Android ... ``` -The currently implemented features are as follows: +The currently implemented features for iOS support are as follows: | Feature | status | |---|---| diff --git a/docs/topics/compose_multiplatform.md b/docs/topics/compose_multiplatform.md index a82dfb49..4f0dbfb8 100644 --- a/docs/topics/compose_multiplatform.md +++ b/docs/topics/compose_multiplatform.md @@ -73,7 +73,7 @@ Then, you can run the Gradle tasks for iOS Support, just like you do for Android ... ``` -The currently implemented features are as follows: +The currently implemented features for iOS support are as follows: | Feature | status | |---|---|