Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Oct 5, 2024
1 parent f9031f6 commit 61a9f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pinvoke_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1100,7 +1100,7 @@ MICROSOFT_QUANTUM_DECL void OutKet(_In_ uintq sid, _In_ real1_s* ket)
/**
* (External API) Get basis dimension probabilities for the selected simulator ID.
*/
MICROSOFT_QUANTUM_DECL void OutProb(_In_ uintq sid, _In_ real1_s* probs)
MICROSOFT_QUANTUM_DECL void OutProbs(_In_ uintq sid, _In_ real1_s* probs)
{
SIMULATOR_LOCK_GUARD_VOID(sid)

Expand Down

0 comments on commit 61a9f1e

Please sign in to comment.