fix typo in shared_queue.hpp exampel -> example (#363)

This commit is contained in:
shiyuge 2020-06-23 20:53:33 +08:00 committed by GitHub
parent 5ef196eed5
commit 2206cea309
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
* the help from the std::thread library from JustSoftwareSolutions
* ref: http://www.stdthread.co.uk/doc/headers/mutex.html
*
* This exampel was totally inspired by Anthony Williams lock-based data structures in
* This example was totally inspired by Anthony Williams lock-based data structures in
* Ref: "C++ Concurrency In Action" http://www.manning.com/williams */
#pragma once