Skip to content

Commit 762e38c

Browse files
committed
fix: remove invisible character
Based on the rest of this code snippet, this character should have never been here. Signed-off-by: Randolph Sapp <[email protected]>
1 parent 40618dc commit 762e38c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/rtos/PDK_Platform_Software/IPC/_NameServer_Module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To create a NameServer instance statically, you can add statements similar to th
4242
var nameServerParams = new NameServer.Params;
4343
nameServerParams.maxRuntimeEntries = 10;
4444
nameServerParams.maxNameLen = 32;
45-
var nameServer0 = NameServer.create("nameServer0", nameServerParams);
45+
var nameServer0 = NameServer.create("nameServer0", nameServerParams);
4646

4747
If you want to specify the heap to be used by the NameServer module and a NameServer instance, use configuration statements similar to the following:
4848

0 commit comments

Comments
 (0)