Browse Source

name of referenced example fixed (Issue #2696)

Franz Hollerer 5 years ago
parent
commit
5c1b65c8d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/tutorial_client_firststeps.c

+ 1 - 1
examples/tutorial_client_firststeps.c

@@ -70,4 +70,4 @@ int main(void) {
  *   an ``Int32`` from the example server (which is built in
  *   :doc:`tutorial_server_firststeps`) using "UA_Client_write" function. The
  *   example server needs some more modifications, i.e., changing request types.
- *   The answer can be found in "examples/exampleClient.c". */
+ *   The answer can be found in "examples/client.c". */