Skip to content

Commit

Permalink
Fix typos: an -> a
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Oct 10, 2023
1 parent 499643e commit 6ebc4cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions matlab/test/arrow/buffer/tBuffer.m
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function fromMATLABFromEmptyUint8(testCase)

function fromMATLABUint8Vector(testCase)
% Verifies fromMATLAB returns the expected arrow.buffer.Buffer
% value when given an uint8 vector.
% value when given a uint8 vector.

import arrow.buffer.Buffer

Expand All @@ -90,7 +90,7 @@ function fromMATLABUint8Vector(testCase)

function fromMATLABDoubleVector(testCase)
% Verifies fromMATLAB returns the expected arrow.buffer.Buffer
% value when given an double vector.
% value when given a double vector.

import arrow.buffer.Buffer

Expand Down

0 comments on commit 6ebc4cf

Please sign in to comment.