Minor fix in documentation
diff --git a/src/D3D12MemAlloc.h b/src/D3D12MemAlloc.h index f2c36ce..fd955ec 100644 --- a/src/D3D12MemAlloc.h +++ b/src/D3D12MemAlloc.h
@@ -802,7 +802,7 @@ To retrieve this information, use methods of this class. The object also remembers `ID3D12Resource` and "owns" a reference to it, -so it calls `Release()` on the resource when destroyed. +so it calls `%Release()` on the resource when destroyed. */ class Allocation {