diff --git a/docs/user/Modules.md b/docs/user/Modules.md index f929efb263c..340f39e81a4 100644 --- a/docs/user/Modules.md +++ b/docs/user/Modules.md @@ -116,7 +116,7 @@ Context cx = Context.newBuilder("js").fileSystem(new FileSystem() { } } - @Override + @Override public SeekableByteChannel newByteChannel(Path path, Set options, FileAttribute... attrs) throws IOException { if (TMP.equals(path)) { String moduleBody = "export class Foo {" +