Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdfish committed Jul 27, 2023
1 parent 8c4be78 commit 495a8f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/type_system.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ An abstract type for the lognormal race model
abstract type AbstractLNR <: SSM2D end

"""
AbstrctLCA <: SSM2D
AbstractLCA <: SSM2D
An abstract type for the leaky competing accumulator model
"""
abstract type AbstrctLCA <: SSM2D end
abstract type AbstractLCA <: SSM2D end

"""
AbstractRDM <: SSM2D
Expand Down

0 comments on commit 495a8f1

Please sign in to comment.