Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Nov 25, 2024
1 parent 5a673fc commit da46dde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/source/manual.rst
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,7 @@ class. The new connector must implement at least the following methods:
- ``finalize``: Terminates a VM and all the associated resources.

To have full support you have to implement the following methods:

- ``alterVM``: Modifies/resizes the features of a VM.
- ``start``: Starts a (previously stopped) VM.
- ``stop``: Stops (but not finalizes) a VM.
Expand Down

0 comments on commit da46dde

Please sign in to comment.