Browse Source

Tutorial: renaming ua_types.h to types.h (Issue #2669)

Franz Hollerer 5 years ago
parent
commit
273876e591
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/tutorial_datatypes.c

+ 1 - 1
examples/tutorial_datatypes.c

@@ -14,7 +14,7 @@
  * Basic Data Handling
  * ^^^^^^^^^^^^^^^^^^^
  * This section shows the basic interaction patterns for data types. Make
- * sure to compare with the type definitions in ``ua_types.h``. */
+ * sure to compare with the type definitions in ``types.h``. */
 
 #include <open62541/plugin/log_stdout.h>
 #include <open62541/server.h>