diff --git a/source/rtos/PDK_Platform_Software/IPC/_NameServer_Module.rst b/source/rtos/PDK_Platform_Software/IPC/_NameServer_Module.rst index 82863446a..649ee9e5a 100644 --- a/source/rtos/PDK_Platform_Software/IPC/_NameServer_Module.rst +++ b/source/rtos/PDK_Platform_Software/IPC/_NameServer_Module.rst @@ -42,7 +42,7 @@ To create a NameServer instance statically, you can add statements similar to th var nameServerParams = new NameServer.Params; nameServerParams.maxRuntimeEntries = 10; nameServerParams.maxNameLen = 32; - var nameServer0 = NameServer.create("nameServer0", nameServerParams); + var nameServer0 = NameServer.create("nameServer0", nameServerParams); 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: