Skip to content

Commit

Permalink
Fix small additional typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsaavedra committed Nov 11, 2022
1 parent 74ab6ca commit 84919ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/step-66/doc/intro.dox
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ use of the member functions FEValuesBase::get_function_values() and
FEValuesBase::get_function_gradients(). This is how step-15, for
example, does things.
The <code>assemble_system()</code>
function would then looks like:
function would then look like:
@code
template <int dim>
void GelfandProblem<dim>::assemble_system()
Expand Down

0 comments on commit 84919ba

Please sign in to comment.