Просмотр исходного кода

flake.nix : fix typo (#4700)

betwen -> between
Ikko Eltociear Ashimine 2 лет назад
Родитель
Сommit
be36bb946a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .devops/nix/package.nix

+ 1 - 1
.devops/nix/package.nix

@@ -9,7 +9,7 @@
   git,
   python3,
   mpi,
-  openblas, # TODO: Use the generic `blas` so users could switch betwen alternative implementations
+  openblas, # TODO: Use the generic `blas` so users could switch between alternative implementations
   cudaPackages,
   darwin,
   rocmPackages,