Skip to content

Commit 5d44f1a

Browse files
Merge pull request #151 from laszlof/fix-typo
Fix typo breaking doc generation
2 parents 5027caa + f3d6e91 commit 5d44f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compute/v2/Service.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ public function getHost(array $options = []): Host
270270
/**
271271
* List AZs
272272
*
273-
* @param array $options {@see \OpenStack\Compute\v2\Api::getAvailabiltyZones}
273+
* @param array $options {@see \OpenStack\Compute\v2\Api::getAvailabilityZones}
274274
* @param callable $mapFn A callable function that will be invoked on every iteration of the list.
275275
*
276276
* @return \Generator

0 commit comments

Comments
 (0)