Skip to content
Snippets Groups Projects
Commit 935e5c2b authored by Georgy Moshkin's avatar Georgy Moshkin :speech_balloon:
Browse files

fix: pico.cas docs used to show incorrect update command

parent cccf7d14
No related branches found
No related tags found
1 merge request!735Gmoshkin/minor fixes
Pipeline #27618 passed
......@@ -1114,7 +1114,7 @@ pub(crate) fn setup(args: &args::Run) {
kind = 'update',
table = 'friends_of_peppa',
key = {2},
ops = {'=', 2, 'Emily'},
ops = {{'=', 2, 'Emily'}},
}, {
ranges = {{
table = 'friends_of_peppa',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment