Commit 44a35778 authored by Dominik Charousset's avatar Dominik Charousset

Fix typo

parent a6c79fe3
......@@ -372,7 +372,7 @@ CAF_TEST(check_signature) {
run();
}
SCENARIO("state-classes may use typed pointers") {
SCENARIO("state classes may use typed pointers") {
GIVEN("a state class for a statically typed actor type") {
using foo_type = typed_actor<result<int32_t>(get_atom)>;
struct foo_state {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment