Skip to content

Commit a7fa362

Browse files
committed
Fix typo
1 parent 9045a14 commit a7fa362

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SeQuant/core/utility/expr.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ bool is_valid(const ResultExpr &expr, std::string *msg = nullptr);
7171
///
7272
/// @param expression The expression to modify
7373
/// @param label The label of the tensor that shall be removed
74-
/// @returns The removed tensor, if any occurrance has been found
74+
/// @returns The removed tensor, if any occurrence has been found
7575
std::optional<ExprPtr> pop_tensor(ExprPtr &expression, std::wstring_view label);
7676

7777
/// Replaces a given target expression by a given replacement

0 commit comments

Comments
 (0)