Explorar el Código

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

Franz Hollerer hace 5 años
padre
commit
273876e591
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>