File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
6969with the physical storage.}
7070 \label {fig:ttree_schema }
7171\end {figure }
@@ -168,9 +168,9 @@ \subsection{Table.jl interface for downstream users}
168168end
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
172172addition, 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,
You can’t perform that action at this time.
0 commit comments