We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 804ed99 commit 39cd3e5Copy full SHA for 39cd3e5
src/time/local_time.md
@@ -17,7 +17,7 @@ void main() {
17
}
18
```
19
20
-And similarly you can get the current time your computer thinks it is with `LocalName.now()`
+And similarly you can get the current time your computer thinks it is with `LocalTime.now()`
21
22
```java
23
import java.time.LocalTime;
0 commit comments