Skip to content

Commit 3aa01cf

Browse files
committed
Mention Tizen _Core_ APIs, not native APIs, in Tizen IVI ext tutorial
As per comment on https://crosswalk-project.org/jira/browse/XWALK-1187
1 parent 9da55f5 commit 3aa01cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/10-Tizen_IVI_extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Extensions are suitable for a number of use cases:
99
* You have some intellectual property in your application which you would prefer to not to distribute in an easily-readable JavaScript library.
1010
* You want to optimise parts of your application but have reached the limits of what you can do with JavaScript.
1111

12-
Crosswalk extensions for Tizen can be implemented in C or C++ and can link with external libraries, potentially allowing you to make use of any of the [native Tizen APIs](https://developer.tizen.org/documentation/native-api-reference), as well as other third party libraries.
12+
Crosswalk extensions for Tizen can be implemented in C or C++ and can link with external libraries, potentially allowing you to make use of any of the Tizen Core APIs, as well as other third party libraries.
1313

1414
In addition, extensions are a safe way to add native capabilities to Crosswalk: each runs in its own process on Tizen, so it won't directly affect the stability of the runtime.
1515

0 commit comments

Comments
 (0)