Skip to content

Commit 671e157

Browse files
author
DvirDukhan
authored
Merge pull request #554 from nishantgeorge/patch-1
Fixed typo in docs > Introduction: AI.SCRIPTSEL => AI.SCRIPTDEL
2 parents 6a389c0 + 76d2614 commit 671e157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ The RedisAI Script data structure is managed via a set of dedicated commands, si
304304

305305
* Created with the [`AI.SCRIPTSET` command](commands.md#aiscriptset)
306306
* Run with the [`AI.SCRIPTRUN` command](commands.md#aiscriptrun)
307-
* Deleted with the [`AI.SCRIPTSEL` command](commands.md#aiscriptdel)
307+
* Deleted with the [`AI.SCRIPTDEL` command](commands.md#aiscriptdel)
308308

309309
We can create a RedisAI Script that performs the same computation as the 'graph.pb' model. The script can look like this:
310310

0 commit comments

Comments
 (0)