Skip to content

Commit a88f08d

Browse files
alexfiklinducer
authored andcommitted
fix: typo in comment
1 parent 9ac8bc8 commit a88f08d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arraycontext/impl/jax/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def tag(self, tags: ToTagSetConvertible, array):
121121
return array
122122

123123
def tag_axis(self, iaxis, tags: ToTagSetConvertible, array):
124-
# TODO: See `jax.experiemental.maps.xmap`, probably that should be useful?
124+
# TODO: See `jax.experimental.maps.xmap`, probably that should be useful?
125125
return array
126126

127127
def call_loopy(self, t_unit, **kwargs):

0 commit comments

Comments
 (0)