aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-04-03 14:08:53 +0200
committerLoïc Hoguin <[email protected]>2019-04-03 14:08:53 +0200
commit21d267a44a64105c05e754fd394233f0fb3aa46c (patch)
tree9f2f78a80e1b45cdda4f04bd923c5962173d1252 /doc/src/guide
parentbfee20e61e9f6f4ad2e2d39d68c9c94910c67bac (diff)
downloadcowboy-21d267a44a64105c05e754fd394233f0fb3aa46c.tar.gz
cowboy-21d267a44a64105c05e754fd394233f0fb3aa46c.tar.bz2
cowboy-21d267a44a64105c05e754fd394233f0fb3aa46c.zip
Describe what star represent in the REST flowcharts
Diffstat (limited to 'doc/src/guide')
-rw-r--r--doc/src/guide/rest_flowcharts.asciidoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/guide/rest_flowcharts.asciidoc b/doc/src/guide/rest_flowcharts.asciidoc
index b569782..308a919 100644
--- a/doc/src/guide/rest_flowcharts.asciidoc
+++ b/doc/src/guide/rest_flowcharts.asciidoc
@@ -16,7 +16,8 @@ exists.
The red squares refer to another diagram. The light green squares
indicate a response. Other squares may be either a callback or a
question answered by Cowboy itself. Green arrows tend to indicate
-the default behavior if the callback is undefined.
+the default behavior if the callback is undefined. The star next
+to values indicate that the value is descriptive rather than exact.
=== Start