Skip to content

Commit 2a51040

Browse files
authored
Fix a typo
1 parent 252eceb commit 2a51040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ try {
199199
println(releaseCache.toString)
200200
```
201201

202-
The data buffer allocated for `releaseCache` is kept until `releaseCache` is performed.
202+
The data buffer allocated for `cachedTensor` is kept until `releaseCache` is performed.
203203

204204
You can think of a `CachedTensor` as a `lazy val` on device side.
205205

0 commit comments

Comments
 (0)