Skip to content

Commit dcd183d

Browse files
committed
Sync SDL3 header -> wiki
1 parent c55f5e6 commit dcd183d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

SDL3/SDL_CopyProperties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ overwritten.
3434
3535
## Thread Safety
3636
37-
It is safe to call this function from any thread. This function acquires
37+
It is safe to call this function from any thread. This function acquires
3838
simultaneous mutex locks on both the source and destination property sets.
3939
4040
## Version

SDL3/SDL_LockProperties.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Obtain a multi-threaded lock for these properties. Other threads will wait
2929
while trying to lock these properties until they are unlocked. Properties
3030
must be unlocked before they are destroyed.
3131
32-
The lock is automatically taken when getting and setting individual properties; this
33-
function is only needed when you want to get and/or set several properties atomically
32+
The lock is automatically taken when setting individual properties, this
33+
function is only needed when you want to set several properties atomically
3434
or want to guarantee that properties being queried aren't freed in another
3535
thread.
3636

0 commit comments

Comments
 (0)