Skip to content

Commit

Permalink
Tweak comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisVaughan committed Aug 20, 2024
1 parent 100ffed commit 48f3f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/include/cpp11/r_vector.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1293,7 +1293,7 @@ inline SEXP r_vector<T>::reserve_data(SEXP x, bool is_altrep, R_xlen_t size) {
Rf_setAttrib(out, R_NamesSymbol, names);
}

// Copy over "most" attributes.
// Copy over "most" attributes, and set OBJECT bit and S4 bit as needed.
// Does not copy over names, dim, or dim names.
// Names are handled already. Dim and dim names should not be applicable,
// as this is a vector.
Expand Down

0 comments on commit 48f3f47

Please sign in to comment.