Skip to content

Commit aec11c8

Browse files
authored
Update docs/kb/programming-examples.md
1 parent ef267af commit aec11c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/kb/programming-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Q has a built-in HTTP request command, which follows the syntax
1919
The string-to-send can be anything within the HTTP protocol the HTTP server will understand.
2020
:fontawesome-regular-hand-point-right: [jmarshall.com/easy/http](https://www.jmarshall.com/easy/http/)
2121

22-
kdb+ does not add to nor encode the string to send, nor does it decode the response it just returns the raw data.
22+
kdb+ does not add to nor encode the string to send, nor does it decode the response; it just returns the raw data.
2323

2424
```q
2525
q)/ string to send

0 commit comments

Comments
 (0)