1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-29 06:21:14 +02:00

C API: typo

This commit is contained in:
Robert Hensing 2024-12-13 13:09:03 +01:00 committed by Mic92
parent bf24092bca
commit 7d1c41f74c

View file

@ -47,7 +47,7 @@ extern "C" {
*/
// Error codes
/**
* @brief Type for error codes in the NIX system
* @brief Type for error codes in the Nix system
*
* This type can have one of several predefined constants:
* - NIX_OK: No error occurred (0)