瀏覽代碼

improvement in the variabletype tutorial

Julius Pfrommer 7 年之前
父節點
當前提交
0fac653906
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      examples/tutorial_server_variabletype.c

+ 1 - 2
examples/tutorial_server_variabletype.c

@@ -78,8 +78,7 @@ addVariable(UA_Server *server) {
  * The constraints of the variable type are enforced when creating new variable
  * instances of the type. In the following function, adding a variable of
  * *2DPoint* type with a string value fails because The value does not match the
- * variable type constraints.
- **/
+ * variable type constraints. */
 
 static void
 addVariableFail(UA_Server *server) {