Skip to content

Commit 851b649

Browse files
committed
Merge pull request winterbe#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)