Skip to content

Commit fb6966d

Browse files
committed
fix error in example
1 parent e6db70d commit fb6966d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/unique_resource.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ int main() {
1010

1111
{
1212
// Allocate an array
13-
auto resoure_ptr = beman::unique_resource
13+
auto resource_ptr = beman::unique_resource
1414
(
1515
new int[arr_szie], // acquire array resource
1616
// Cleanup function

0 commit comments

Comments
 (0)