Commit 178431c5 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber Committed by Tomáš Oberhuber
Browse files

Fix of Array documentation.

parent 20459748
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -238,7 +238,7 @@ public:
   ArrayView& operator=( const T& array );

   /**
    * \brief Shallow copy of the array view
    * \brief Makes shallow copy of the array view.
    * 
    * \param view Reference to the source array view.
    * \return Reference to this array view.