Browse Source

Update in_a_nutshell.rst

FlorianPalm 9 years ago
parent
commit
edd8d2e675
1 changed files with 2 additions and 2 deletions
  1. 2 2
      doc/in_a_nutshell.rst

+ 2 - 2
doc/in_a_nutshell.rst

@@ -22,9 +22,9 @@ each service is implemented in a single function. See the \ref services section
 +-----------------------------+-----------------------------+------------------------------+
 | GetEndpoints                | CloseSecureChannel          | ActivateSession              |
 +-----------------------------+-----------------------------+------------------------------+
-| RegisterServer              | CloseSession                |                              |
+| RegisterServer              |                             | CloseSession                 |
 +-----------------------------+-----------------------------+------------------------------+
-| Cancel                      |                             |                              |
+|                             |                             | Cancel                       |
 +-----------------------------+-----------------------------+------------------------------+
 
 **Interaction with the information model**