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

Commit 851b649

Browse files
committed
Merge pull request #10 from chase-benson/patch-1
Readme Typo Fix
2 parents 1d8eb3f + 870e1b1 commit 851b649

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 or substracting 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 or subtracting 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)

AltStyle によって変換されたページ (->オリジナル) /