Skip to content

Commit

Permalink
fix: correct the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ghorbani-m committed Jul 5, 2022
1 parent 787f0ae commit 4744f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/src/main/java/land/fx/ThreadUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

final class ThreadUtils {
/**
* Thread which will be used to call all WebRTC PeerConnection APIs. They
* Thread which will be used to call all Libp2p APIs. They
* they don't run on the calling thread anyway, we are deferring the calls
* to this thread to avoid (potentially) blocking the calling thread.
*/
Expand Down

0 comments on commit 4744f03

Please sign in to comment.