Skip to content

Commit

Permalink
Update docs/migration-guides/external-providers-primitives-v2.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
ElePT authored Dec 18, 2024
1 parent d1a12e8 commit 30ba7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/migration-guides/external-providers-primitives-v2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class CustomEstimator(BackendEstimatorV2):

# This line is for type checking purposes.
# We are changing the type of self._backend from qiskit's
# BackendV1/BackendV2 classes our custom provider resource.
# BackendV1/BackendV2 classes to our custom provider resource.
_backend: CustomProviderResource

def __init__(
Expand Down

0 comments on commit 30ba7cf

Please sign in to comment.