Skip to content

Commit 1f216f8

Browse files
committed
Fix typo
1 parent 8a75d4e commit 1f216f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yaml/native/native_functions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9351,7 +9351,7 @@
93519351
dispatch:
93529352
XPU: _fft_r2c_xpu_out
93539353

9354-
# This function is exposes the `compute_uv` flag, which is then used to implement `linalg.svd` and
9354+
# This function exposes the `compute_uv` flag, which is then used to implement `linalg.svd` and
93559355
# `linalg.svdvals` as composite functions that call this one
93569356
- func: _linalg_svd(Tensor A, bool full_matrices=False, bool compute_uv=True, *, str? driver=None) -> (Tensor U, Tensor S, Tensor Vh)
93579357
variants: function

0 commit comments

Comments
 (0)