Skip to content

Commit 40c9e25

Browse files
committed
8265444: Javadocs: jdk.jshell - small typo
Reviewed-by: sundar
1 parent 069f180 commit 40c9e25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/jdk.jshell/share/classes/jdk/jshell/package-info.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2015, 2021, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -44,7 +44,7 @@
4444
* <p>
4545
* Any change to the compilation status of a snippet is reported with a
4646
* {@link jdk.jshell.SnippetEvent}. There are three major kinds of
47-
* changes to the status of a snippet: it can created with <code>eval</code>,
47+
* changes to the status of a snippet: it can be created with <code>eval</code>,
4848
* it can be dropped from the active source state with
4949
* {@link jdk.jshell.JShell#drop(jdk.jshell.Snippet)}, and it can have
5050
* its status updated as a result of a status change in another snippet.

0 commit comments

Comments
 (0)