Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alberto-paparella committed Sep 30, 2024
1 parent a01eb0c commit f1704bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/many-valued-logics/finite-index-algebras.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ isbot(t::FiniteIndexTruth) = t.index == UInt8(2)
istop(t::UInt8) = t == UInt8(1)
isbot(t::UInt8) = t == UInt8(2)

function syntaxstring(t::FiniteIndexTruth)
function syntaxstring(t::FiniteIndexTruth; kwargs...)
if t.index < UInt8(3)
return Char(UInt16(8867) + t.index)
else
Expand Down

0 comments on commit f1704bd

Please sign in to comment.