From 4e1ffdca6d97c1bddc460835c94b16bc64284861 Mon Sep 17 00:00:00 2001 From: mochalins <117967760+mochalins@users.noreply.github.com> Date: Fri, 23 May 2025 17:02:52 +0900 Subject: Fix typos across docs, comments, and CMake --- docs/ref/api/thread.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref/api/thread.md') diff --git a/docs/ref/api/thread.md b/docs/ref/api/thread.md index 3286f71a..20b4eea1 100644 --- a/docs/ref/api/thread.md +++ b/docs/ref/api/thread.md @@ -32,7 +32,7 @@ applications. typedef struct nng_thread nng_thread; ``` -The {{i:`nng_thread`}} structure represnts a thread, which is a single execution context. +The {{i:`nng_thread`}} structure represents a thread, which is a single execution context. A given thread will have its own stack, and CPU registers. However global state, as well as values allocated on the heap, will be shared and accessible to all threads in the system (See the [Synchronization][synchronization] chapter for functions to help with data sharing between different threads.) -- cgit v1.2.3-70-g09d2