From 214051ba79b990db363cef7f5d892d8b2a6d516f Mon Sep 17 00:00:00 2001 From: Philipp Date: Tue, 4 Jun 2024 09:41:04 +0200 Subject: [PATCH] clarify not on `nix_value_force` (#10842) * clarify not on `nix_value_force` Co-authored-by: Valentin Gagarin --- src/libexpr-c/nix_api_expr.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/libexpr-c/nix_api_expr.h b/src/libexpr-c/nix_api_expr.h index 0d324b148..13787271b 100644 --- a/src/libexpr-c/nix_api_expr.h +++ b/src/libexpr-c/nix_api_expr.h @@ -129,8 +129,7 @@ nix_err nix_value_call_multi( * * This function converts these Values into their final type. * - * @note You don't need this function for basic API usage very often, since all functions that return a `Value` call it - * for you. This function is mainly needed before calling @ref getters. + * @note This function is mainly needed before calling @ref getters, but not for API calls that return a `Value`. * * @param[out] context Optional, stores error information * @param[in] state The state of the evaluation.