Skip to content

Commit

Permalink
fix doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
t4c1 committed Apr 1, 2020
1 parent 78852c4 commit 51b091b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stan/math/opencl/kernel_generator/broadcast.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ inline broadcast_<as_operation_cl_t<T>, Colwise, Rowwise> broadcast(T&& a) {
}

/**
* Brodcast an expression in rowwise dimmension. The argument must have single
* Broadcast an expression in rowwise dimmension. The argument must have single
* column. Further expressions can use this expression as if it had any number
* of columns, repeating the values.
*
Expand All @@ -185,7 +185,7 @@ inline auto rowwise_broadcast(T&& a) {
}

/**
* Brodcast an expression in colwise dimmension. The argument must have single
* Broadcast an expression in colwise dimmension. The argument must have single
* row. Further expressions can use this expression as if it had any number of
* rows, repeating the values.
*
Expand Down

0 comments on commit 51b091b

Please sign in to comment.