Pārlūkot izejas kodu

name of referenced example fixed (Issue #2696)

Franz Hollerer 5 gadi atpakaļ
vecāks
revīzija
5c1b65c8d7
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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". */