Skip to content

Commit 5ca591e

Browse files
authored
Update pure-cxx-modules.md (facebook#4285)
1 parent 074dec6 commit 5ca591e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/the-new-architecture/pure-cxx-modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ This is the only time when we will have to write some platform-specific code.
191191

192192
### Android
193193

194-
To make sure that the iOS app can effectively build the C++ Turbo Native Module, we need to:
194+
To make sure that the Android app can effectively build the C++ Turbo Native Module, we need to:
195195

196196
1. Create a `CMakeLists.txt` to access our C++ code
197197
2. Modify `build.gradle` to point to the newly created `CMakeLists.txt` file.

0 commit comments

Comments
 (0)