Skip to content

Commit e984252

Browse files
authored
Update custom-flags.md
1 parent b9acef2 commit e984252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core-concepts/android-runtime/advanced-topics/custom-flags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ When you are using a release build there will be no logs to the console, so if y
8686

8787
## Use V8 Symbols
8888

89-
If you want to use V8 API in your application code or you want to have the V8 symbols included in the `libNativeScript.so` file inside the application when built in **release** mode, you will need to enable the `useB8Symbols` flag:
89+
If you want to use V8 API in your application code or you want to have the V8 symbols included in the `libNativeScript.so` file inside the application when built in **release** mode, you will need to enable the `useV8Symbols` flag:
9090

9191
```JSON
9292
{

0 commit comments

Comments
 (0)