Skip to content

Commit f2047a3

Browse files
piyush121rmlarsen
authored andcommitted
Update Graph.java (tensorflow#9852)
1 parent 0dda9d4 commit f2047a3

File tree

1 file changed

+1
-1
lines changed
  • tensorflow/java/src/main/java/org/tensorflow

1 file changed

+1
-1
lines changed

tensorflow/java/src/main/java/org/tensorflow/Graph.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* <p>Instances of a Graph are thread-safe.
2222
*
23-
* <p><b>WARNING:</b> Resources consumed by the Graph object msut be explicitly freed by invoking
23+
* <p><b>WARNING:</b> Resources consumed by the Graph object must be explicitly freed by invoking
2424
* the {@link #close()} method then the Graph object is no longer needed.
2525
*/
2626
public final class Graph implements AutoCloseable {

0 commit comments

Comments
 (0)