Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit851b649

Browse files
committed
Merge pull requestwinterbe#10 from chase-benson/patch-1
Readme Typo Fix
2 parents1d8eb3f +870e1b1 commit851b649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ System.out.println(leetTime); // 13:37
661661

662662
###LocalDate
663663

664-
LocalDate represents a distinct date, e.g. 2014-03-11. It's immutable and works exactly analog to LocalTime. The sample demonstrates how to calculate new dates by adding orsubstracting days, months or years. Keep in mind that each manipulation returns a new instance.
664+
LocalDate represents a distinct date, e.g. 2014-03-11. It's immutable and works exactly analog to LocalTime. The sample demonstrates how to calculate new dates by adding orsubtracting days, months or years. Keep in mind that each manipulation returns a new instance.
665665

666666
```java
667667
LocalDate today=LocalDate.now();

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp