Skip to content

Commit 39cd3e5

Browse files
committed
Fix class name
1 parent 804ed99 commit 39cd3e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/time/local_time.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ void main() {
1717
}
1818
```
1919

20-
And similarly you can get the current time your computer thinks it is with `LocalName.now()`
20+
And similarly you can get the current time your computer thinks it is with `LocalTime.now()`
2121

2222
```java
2323
import java.time.LocalTime;

0 commit comments

Comments
 (0)