Skip to content

Commit d00d18a

Browse files
sunkuet02cbuescher
authored andcommitted
[Docs] Fix typo in javadocs (#26556)
1 parent e16cb0e commit d00d18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/joda/time/format/StrictISODateTimeFormat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* All methods have been marked with an "// ES change" commentary
3333
*
3434
* In case you compare this with the original ISODateTimeFormat, make sure you use a diff
35-
* call, that ignores whitespaces/tabs/indendetations like 'diff -b'
35+
* call, that ignores whitespaces/tabs/indentations like 'diff -b'
3636
*/
3737
/**
3838
* Factory that creates instances of DateTimeFormatter based on the ISO8601 standard.

0 commit comments

Comments
 (0)