Skip to content

Commit bd7c351

Browse files
ilmaltemmalerba
authored andcommitted
fix(google-maps): correct minor typo in the code (#21917)
documentation reference for getRadius method is wrong (cherry picked from commit a4331ad)
1 parent 03386fc commit bd7c351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/google-maps/map-circle/map-circle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ export class MapCircle implements OnInit, OnDestroy {
226226

227227
/**
228228
* @see
229-
* developers.google.com/maps/documentation/javascript/reference/polygon#Circle.getCenter
229+
* developers.google.com/maps/documentation/javascript/reference/polygon#Circle.getRadius
230230
*/
231231
getRadius(): number {
232232
this._assertInitialized();

0 commit comments

Comments
 (0)