LADI
/
spa
1
Fork 0

doc: tutorial3: change "returns value" to "return value"

This commit is contained in:
Barnabás Pőcze 2022-07-21 00:51:14 +02:00 committed by Wim Taymans
parent cb3e625fa8
commit 1db52856ff
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ This triggers the `sync` method on the core object with id
`PW_ID_CORE` and sequence number 0.
Because this is a method on a proxy object, it will be executed
asynchronously and the returns value will reflect this. PipeWire
asynchronously and the return value will reflect this. PipeWire
uses the return values of the underlying SPA (Simple Plugin API)
helper objects (See also \ref page_spa_design ).