Skip to content

Commit af3f0ac

Browse files
jsingletmbaluda
andauthored
Update rule_packages/c/Concurrency5.json
Co-authored-by: Mauro Baluda <[email protected]>
1 parent 959a8f9 commit af3f0ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rule_packages/c/Concurrency5.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"concurrency"
1818
],
1919
"implementation_scope": {
20-
"description": "It is use detach and join together in a multi-threaded program safely however to detect if it is done correctly in practice is very difficult. For this reason this query considers problematic usages of join and detach irrespective of the execution of the program and other synchronization and interprocess communication mechanisms that may be used."
20+
"description": "This query considers problematic usages of join and detach irrespective of the execution of the program and other synchronization and interprocess communication mechanisms that may be used."
2121
}
2222
}
2323
],

0 commit comments

Comments
 (0)