diff --git a/src/onnxruntime.zig b/src/onnxruntime.zig index 310f6d6..55e13c2 100644 --- a/src/onnxruntime.zig +++ b/src/onnxruntime.zig @@ -175,7 +175,7 @@ pub const OnnxInstance = struct { self.ort_outputs = outputs; } - /// Create a tensor backed by a user supplied buffer. + /// Create a tensor backed by a user supplied buffer. pub fn createTensorWithDataAsOrtValue( self: *Self, comptime T: type,