Skip to content
Snippets Groups Projects
Commit d657f771 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

fix typo :)

parent 719630a5
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ public:
virtual shared_ptr<ArrayMV> set_union(const MacroValuePtr &mv) noexcept(false);
//! Creates the intersection of two sets
virtual shared_ptr<ArrayMV> set_intersection(const MacroValuePtr &mv) noexcept(false);
//! Power as shortcut for Cartesion product
//! Power as shortcut for Cartesian product
virtual MacroValuePtr power(const MacroValuePtr &mv) noexcept(false);
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment