mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-14 18:26:16 +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
|
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,
|
* Do note, it may or may not communicating with another daemon,
|
||||||
* rather than being an "end" `LocalStore` or similar.
|
* rather than being an "end" `LocalStore` or similar.
|
||||||
|
|
Loading…
Reference in a new issue