Skip to content

Commit cfb974a

Browse files
authored
Fixed typo "implemenation"
1 parent e324b30 commit cfb974a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java.base/share/classes/java/io/Writer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ void implWrite(CharSequence csq, int off, int len) throws IOException {
297297
/**
298298
* Appends the specified character sequence to this writer.
299299
*
300-
* @implSpec The default implemenation behaves in exactly the same way as
300+
* @implSpec The default implementation behaves in exactly the same way as
301301
* the invocation
302302
*
303303
* {@snippet lang=java :

0 commit comments

Comments
 (0)