mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-09 15:58:05 +02:00
Typo
This commit is contained in:
parent
c1d5cf6f34
commit
d231d802f5
1 changed files with 1 additions and 2 deletions
|
@ -184,8 +184,7 @@ enum struct WorkerProto::Op : uint64_t
|
|||
struct WorkerProto::ClientHandshakeInfo
|
||||
{
|
||||
/**
|
||||
* The version of the Nix daemon that is processing our requests
|
||||
.
|
||||
* The version of the Nix daemon that is processing our requests.
|
||||
*
|
||||
* Do note, it may or may not communicating with another daemon,
|
||||
* rather than being an "end" `LocalStore` or similar.
|
||||
|
|
Loading…
Reference in a new issue