Skip to content

Commit f7df496

Browse files
authored
Merge pull request #135 from Bogay/docs/r3-integration-typo
Fix typo in R3 integration docs
2 parents 3f3ebe9 + 5fcaa91 commit f7df496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/articles/en/integration-r3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
By integrating [R3](https://github.com/Cysharp/R3) into your project, it adds extension methods compatible with Reactive Extensions (Rx).
44

5-
If you have installed R3 via the Package Manager, the following functionality will be automatically added. However, if you have imported UniRx via a unitypackage or similar method, you'll need to add `LITMOTION_SUPPORT_R3` to `Settings > Player > Scripting Define Symbols`.
5+
If you have installed R3 via the Package Manager, the following functionality will be automatically added. However, if you have imported R3 via a unitypackage or similar method, you'll need to add `LITMOTION_SUPPORT_R3` to `Settings > Player > Scripting Define Symbols`.
66

77
### Creating Motion as an Observable
88

0 commit comments

Comments
 (0)