Skip to content

Commit be6a38f

Browse files
authoredDec 2, 2021
Merge pull request #485 from oluwandabira/minor-doc
Minor doc fix
2 parents 4437370 + e3f424e commit be6a38f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/TorchSharp/Device.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public static implicit operator Device(string description)
8585
public static Device CPU = new Device(DeviceType.CPU, -1);
8686

8787
/// <summary>
88-
/// Convenience declaration of a CPU device accessible everywhere.
88+
/// Convenience declaration of a CUDA device accessible everywhere.
8989
/// </summary>
9090
public static Device CUDA = new Device(DeviceType.CUDA, -1);
9191

0 commit comments

Comments
 (0)