Skip to content
Snippets Groups Projects
Commit 821f05a3 authored by Tomas Stupka's avatar Tomas Stupka
Browse files

fixed minor typo in javadoc

parent a8024b01
No related branches found
No related tags found
No related merge requests found
...@@ -123,8 +123,8 @@ public abstract class RVector<ArrayT> extends RSharingAttributeStorage implement ...@@ -123,8 +123,8 @@ public abstract class RVector<ArrayT> extends RSharingAttributeStorage implement
/** /**
* Return vector data (copying if necessary) that's guaranteed to be "fresh" (temporary in terms * Return vector data (copying if necessary) that's guaranteed to be "fresh" (temporary in terms
* of vector sharing mode). As long as the vector is not retuned or put into a list/environment * of vector sharing mode). As long as the vector is not returned or put into a list/environment
* (i.e. if it is temporary, it will stay temporary), it is safe to reuse the array retuned by * (i.e. if it is temporary, it will stay temporary), it is safe to reuse the array returned by
* this method to create a new vector. * this method to create a new vector.
* *
* @return vector data * @return vector data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment