| author | |
| committer | |
| log | cd9a6fed4fe9e8e93268d2f1b3a7d55c5b35403d |
| tree | 1ce6e7a124fc3a7762b7d13bff0073a0bf3fe71c |
| parent | 0474943ddfb12552262e3e13f74ecb3842b18019 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Thread.zig+1-1| ... | ... | @@ -333,7 +333,7 @@ pub fn spawn(config: SpawnConfig, comptime function: anytype, args: anytype) Spa |
| 333 | 333 | /// May be an integer or a pointer depending on the platform. |
| 334 | 334 | pub const Handle = Impl.ThreadHandle; |
| 335 | 335 | |
| 336 | /// Retrns the handle of this thread | |
| 336 | /// Returns the handle of this thread | |
| 337 | 337 | pub fn getHandle(self: Thread) Handle { |
| 338 | 338 | return self.impl.getHandle(); |
| 339 | 339 | } |