We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e34e337 commit ce3dbc7Copy full SHA for ce3dbc7
README.md
@@ -30,4 +30,4 @@ std::cout << "(main) Waited for 5s" << std::endl;
30
31
## Troubleshooting
32
33
-Error message `undefined reference to `pthread_create'` means that you need to add `-lpthread` to the compiler options.
+Error message `undefined reference to 'pthread_create'` means that you need to add `-lpthread` to the compiler options.
0 commit comments