We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dda9d4 commit f2047a3Copy full SHA for f2047a3
tensorflow/java/src/main/java/org/tensorflow/Graph.java
@@ -20,7 +20,7 @@
20
*
21
* <p>Instances of a Graph are thread-safe.
22
23
- * <p><b>WARNING:</b> Resources consumed by the Graph object msut be explicitly freed by invoking
+ * <p><b>WARNING:</b> Resources consumed by the Graph object must be explicitly freed by invoking
24
* the {@link #close()} method then the Graph object is no longer needed.
25
*/
26
public final class Graph implements AutoCloseable {
0 commit comments