Skip to content

Commit

Permalink
updated lda.rst (#108)
Browse files Browse the repository at this point in the history
fixed depreciated code in the documentation
  • Loading branch information
OkonSamuel authored and wildart committed Oct 10, 2019
1 parent 9432fa4 commit e47e4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/lda.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This package uses the ``LinearDiscriminant`` type, defined as below, to capture

.. code-block:: julia
immutable LinearDiscriminant <: Discriminant
struct LinearDiscriminant <: Discriminant
w::Vector{Float64}
b::Float64
end
Expand Down

0 comments on commit e47e4f3

Please sign in to comment.