diff --git a/docs/01-preliminaries.md b/docs/01-preliminaries.md index 815178c..9d91df0 100644 --- a/docs/01-preliminaries.md +++ b/docs/01-preliminaries.md @@ -131,7 +131,7 @@ urQL supports most aura types implemented in Urbit as literals for the INSERT an Column types (auras) not supported for INSERT can only be inserted into tables through the API. | Aura | Description | INSERT | SELECT | -| :--- |:-------------------- |:------------------:|:------------------:| +| :--- |:-------------------- |:------------------ |:------------------ | | @c | UTF-32 | ~-~45fed. | **not supported** | | @da | date | ~2020.12.25 | ~2020.12.25 | | | | ~2020.12.25..7.15.0 | ~2020.12.25..7.15.0 | @@ -157,7 +157,7 @@ Column types (auras) not supported for INSERT can only be inserted into tables t | @q | phonemic base | **not supported** | **not supported** | | @rh | half float (16b) | **not supported** | **not supported** | | @rs | single float (32b) | .3.14, .-3.14 | .3.14, .-3.14 | -| @rd | double float (64b) | .~3.14, .~-3.14 | .~3.14, .~-3.14 | +| @rd | double float (64b) | \.~3.14, .~-3.14 | \.~3.14, .~-3.14 | | @rq | quad float (128b) | **not supported** | **not supported** | | @sb | signed binary | --0b10.0000 | --0b10.0000 | | | | -0b10.0000 | -0b10.0000 | diff --git a/docs/12-permissions.md b/docs/12-permissions.md index 37b5dba..26b71ed 100755 --- a/docs/12-permissions.md +++ b/docs/12-permissions.md @@ -118,7 +118,7 @@ Revokes permission to read from and/or write to selected database objects on the ``` +$ revoke $: - %revoke + %revoke permission=revoke-permission from=revoke-from revoke-target=revoke-object