Skip to content

Commit b43ecc4

Browse files
TLaddlantiga
authored andcommitted
Fix AI.TENSORGET description (#70)
Corrected AI.TENSORGET description to `get a tensor`
1 parent 036c5b4 commit b43ecc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Optional args:
2626
AI.TENSORSET foo FLOAT 2 2 VALUES 1 2 3 4
2727
```
2828

29-
## AI.TENSORGET - set a tensor
29+
## AI.TENSORGET - get a tensor
3030
```sql
3131
AI.TENSORGET tensor_key [BLOB | VALUES | META]
3232
```

0 commit comments

Comments
 (0)