Procházet zdrojové kódy

Update in_a_nutshell.rst

FlorianPalm před 9 roky
rodič
revize
04ee2de2c9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      doc/in_a_nutshell.rst

+ 1 - 1
doc/in_a_nutshell.rst

@@ -4,7 +4,7 @@ OPC UA in a nutshell
 OPC UA, a collection of services
 --------------------------------
 
-In OPC-UA, all communication is based on service calls, each consisting of a request and a response
+In OPC UA, all communication is based on service calls, each consisting of a request and a response
 message. Be careful to note the difference between services and methods. Services are pre-defined in
 the standard and cannot be changed. But you can use the *Call* service to invoke user-defined
 methods on the server.