Skip to content

Commit 0bfbc9c

Browse files
ilmaltemmalerba
authored andcommitted
docs: radius typed instead of assigned (#21908)
#20557 (cherry picked from commit 50a3978)
1 parent f909bb1 commit 0bfbc9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/google-maps/map-circle/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export class GoogleMapDemo {
1717
zoom = 4;
1818

1919
circleCenter: google.maps.LatLngLiteral = {lat: 10, lng: 15};
20-
radius: 3;
20+
radius = 3;
2121
}
2222
```
2323

0 commit comments

Comments
 (0)