소스 검색

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

Franz Hollerer 5 년 전
부모
커밋
273876e591
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>