Skip to content

Commit d04d3d8

Browse files
committed
Fix typo
1 parent 9ac8bc8 commit d04d3d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)