Skip to content
Permalink
Browse files

small tweaks to delay, queue and stack

  • Loading branch information
samdoshi committed May 22, 2017
1 parent bd0caab commit be8db50286e37f121efb1963e1f718e3b94ef335
Showing with 3 additions and 3 deletions.
  1. +1 −1 docs/ops/delay.toml
  2. +1 −1 docs/ops/queue.toml
  3. +1 −1 docs/ops/stack.toml
@@ -1,5 +1,5 @@
["DEL"]
prototype = "DEL x : ..."
prototype = "DEL x: ..."
short = "Delay command by `x` ms"
description = """
Delay the command following the colon by `x` ms by placing it into a buffer.
@@ -1,7 +1,7 @@
["Q"]
prototype = "Q"
prototype_set = "Q x"
short = "Modify the queue entries`"
short = "Modify the queue entries"
description = """
Gets the output value from the queue, or places `x` into the queue.
"""
@@ -1,5 +1,5 @@
["S"]
prototype = "S : ..."
prototype = "S: ..."
short = "Place a command onto the stack"
description = """
Add the command following the colon to the top of the stack. If the stack

0 comments on commit be8db50

Please sign in to comment.