Skip to content

Commit 4a26bff

Browse files
committed
missed punctuation
1 parent 559c0ce commit 4a26bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/source/hooks/use-unity-arguments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const useUnityArguments = (unityProps: UnityProps): UnityArguments => {
1818
codeUrl: unityProps.unityProvider.unityConfig.codeUrl,
1919

2020
// Assigns the optional streaming assets URL, memory URL, symbols URL,
21-
// and worker URL to the Unity arguments object
21+
// and worker URL to the Unity arguments object.
2222
streamingAssetsUrl:
2323
unityProps.unityProvider.unityConfig.streamingAssetsUrl,
2424
memoryUrl: unityProps.unityProvider.unityConfig.memoryUrl,

0 commit comments

Comments
 (0)