Skip to content

Commit 0809b52

Browse files
committed
fix(usage_test): correct typo in test description
1 parent c842571 commit 0809b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/usage_test.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function test_usage() result(tests)
5252
[ it("creates a resource when constructed", check_creation) &
5353
, it("removes the resource when the object goes out of scope", check_deletion) &
5454
, it("copy points to the same resource as the original", check_copy) &
55-
, it("has zero references afrer a shallow copy goes out of scope", check_shallow_copy) &
55+
, it("has zero references after a shallow copy goes out of scope", check_shallow_copy) &
5656
])
5757
end function
5858

0 commit comments

Comments
 (0)