Skip to content

Commit 47ef1a6

Browse files
committed
fix typos
1 parent 4d67e7e commit 47ef1a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

paper/paper.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ \section{RNTuple in UnROOT.jl}
6565

6666
\begin{figure}[h]
6767
\centerline{\includegraphics[width=6cm]{ttree_schema.png}}
68-
\caption{Schematics of the schema (or there lack of) in TTree, the user-faceing branches are 1-to-1
68+
\caption{Schematics of the unstructured schema in TTree, the user-faceing branches are 1-to-1
6969
with the physical storage.}
7070
\label{fig:ttree_schema}
7171
\end{figure}
@@ -168,9 +168,9 @@ \subsection{Table.jl interface for downstream users}
168168
end
169169
\end{lstlisting}
170170

171-
For writing, we again accept anything that \verb|istable()| according to the \verb|Table.jl|. In
171+
For writing, we again accept anything that satisfies \verb|istable()| interface from \verb|Table.jl|. In
172172
addition, we also dispatch on types such as \verb|AbstractVector| for each column, which means that
173-
we don't require user to prepare their input into a pre-defined, \verb|UnROOT.jl|-specific container:
173+
we don't require users to prepare their input into a pre-defined, \verb|UnROOT.jl|-specific container:
174174
\begin{lstlisting}[
175175
language = Julia,
176176
numbers=left,

0 commit comments

Comments
 (0)