FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Readme Typo Fix · armdev/java8-tutorial@870e1b1 · GitHub

Commit 870e1b1

Browse files
committed
Readme Typo Fix
1 parent 1d8eb3f commit 870e1b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎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)

Back | FazBrowse Home | New Git URL