Skip to content

Commit

Permalink
fix(docs): use proper quoted expression in operators.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed May 12, 2017
1 parent ddfec4c commit fc0f432
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/operators.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Accessors
ok
^^

Asserts HTTP response status should be `200`.
Asserts HTTP response status should be ``200``.

======================= ========================
**Type** attribute
Expand Down Expand Up @@ -64,7 +64,7 @@ Asserts HTTP response status should be `200`.
bad_request
^^^^^^^^^^^

Asserts HTTP response status should be a server error (`400`-499`).
Asserts HTTP response status should be a server error (``400``-``499``).

======================= ========================
**Type** attribute
Expand Down Expand Up @@ -95,7 +95,7 @@ Asserts HTTP response status should be a server error (`400`-499`).
server_error
^^^^^^^^^^^^

Asserts HTTP response status should be a server error (`500`-`599`).
Asserts HTTP response status should be a server error (``500``-``599``).

======================= ========================
**Type** attribute
Expand Down

0 comments on commit fc0f432

Please sign in to comment.