There was an error while loading. Please reload this page.
1 parent 9045a14 commit a7fa362Copy full SHA for a7fa362
1 file changed
SeQuant/core/utility/expr.hpp
@@ -71,7 +71,7 @@ bool is_valid(const ResultExpr &expr, std::string *msg = nullptr);
71
///
72
/// @param expression The expression to modify
73
/// @param label The label of the tensor that shall be removed
74
-/// @returns The removed tensor, if any occurrance has been found
+/// @returns The removed tensor, if any occurrence has been found
75
std::optional<ExprPtr> pop_tensor(ExprPtr &expression, std::wstring_view label);
76
77
/// Replaces a given target expression by a given replacement
0 commit comments