From 34e9fd9e14d96f9b7cc33890236aa0ca121c3821 Mon Sep 17 00:00:00 2001 From: "nick.kino" <79381743+nick1udwig@users.noreply.github.com> Date: Mon, 13 May 2024 16:42:21 -0700 Subject: [PATCH] Update processes.md --- src/process/processes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/process/processes.md b/src/process/processes.md index 996f8c04..4ff4b9ae 100644 --- a/src/process/processes.md +++ b/src/process/processes.md @@ -8,8 +8,8 @@ This section describes the message design as it relates to processes. Each process instance has a globally unique identifier, or `Address`, composed of four elements. - the publisher's node -- the package name (not to be confused with `PackageID`) -- the process name (not to be confused with `ProcessID`). Processes spawn with their own identifier (`process_name`): either a developer-selected string or a randomly-generated number as string. +- the package name (not to be confused with `PackageId`) +- the process name (not to be confused with `ProcessId`). Processes spawn with their own identifier (`process_name`): either a developer-selected string or a randomly-generated number as string. - the node the process is running on (your node). The way these elements compose is the following: