Skip to content

Commit

Permalink
Update docs/genai/api/c.md
Browse files Browse the repository at this point in the history
Co-authored-by: Baiju Meswani <[email protected]>
  • Loading branch information
natke and baijumeswani authored Nov 19, 2024
1 parent 531e8ac commit 98b89e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/genai/api/c.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 98b89e2

Please sign in to comment.