We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c4ba89 commit 553e2acCopy full SHA for 553e2ac
datadog-ffe-ffi/src/assignment.rs
@@ -14,7 +14,7 @@ use crate::error::ffe_error;
14
///
15
/// # Safety
16
/// - `config` must be a valid Configuration handle
17
-/// - `context` must be a valid EvaluationContext handle
+/// - `context` must be a valid EvaluationContext handle
18
/// - `flag_key` must be a valid null-terminated C string
19
/// - `assignment_out` must point to valid uninitialized memory for a Handle<Assignment>
20
#[no_mangle]
0 commit comments