mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 21:08:36 +00:00
fix typo on Thread's getHandle docs
This commit is contained in:
parent
0474943ddf
commit
cd9a6fed4f
@ -333,7 +333,7 @@ pub fn spawn(config: SpawnConfig, comptime function: anytype, args: anytype) Spa
|
||||
/// May be an integer or a pointer depending on the platform.
|
||||
pub const Handle = Impl.ThreadHandle;
|
||||
|
||||
/// Retrns the handle of this thread
|
||||
/// Returns the handle of this thread
|
||||
pub fn getHandle(self: Thread) Handle {
|
||||
return self.impl.getHandle();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user