Skip to content

Commit

Permalink
Fix typos in examples (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
reugn authored Dec 19, 2023
1 parent 367f1eb commit 919f64b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To represent this in SQL, `__key` is a magic column. When developers use
`sendKey=true` in their applications, the `__key` column will
reflect the _userKey_ that is saved with any write operation. Otherwise, it
will appear to be NULL, but each row still has a distinct object identifier,
the Aerospike record's _diget_ (see the
the Aerospike record's _digest_ (see the
[Glossary](https://www.aerospike.com/docs/guide/glossary.html)). The Aerospike
JDBC driver always sends the primary key.

Expand Down Expand Up @@ -248,7 +248,7 @@ snmptrap |Simple Network Management Protocol Trap(SNMPTRAP) | 1| 162|
Since Aerospike is schemaless, the data browser may need to be refreshed for it
to pick up the new _extra_ column.

Aerospike columns (bins) can be dropped by assinging a `NULL` to them.
Aerospike columns (bins) can be dropped by assigning a `NULL` to them.

```sql
UPDATE port_list SET extra=NULL;
Expand Down

0 comments on commit 919f64b

Please sign in to comment.