diff --git a/docs/genai/api/c.md b/docs/genai/api/c.md index fe64b71be5f91..b739ef7c3314a 100644 --- a/docs/genai/api/c.md +++ b/docs/genai/api/c.md @@ -486,7 +486,7 @@ OGA_EXPORT OgaResult* OGA_API_CALL OgaUnloadAdapter(OgaAdapters* adapters, const #### Return value -`OgaResult` containing an error message if the adapter failed to unload. This can occur if the method is called with an adapter that is not already loaded. +`OgaResult` containing an error message if the adapter failed to unload. This can occur if the method is called with an adapter that is not already loaded or has been marked active by a `OgaGenerator` still in use. ### Set active adapter