Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
friguzzi committed Dec 8, 2023
1 parent 7bc56b3 commit 2da027f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prolog/cplint_test/test_cplint_util.pl
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
test(dens3):-
densities([1,2,3,4],[1,2,3,4],H),
H = c3{axis:_{x:_{tick:_{fit:false}}},
data:_{columns:[[x, 1.040625, 1.121875, 1.203125, 1.284375, 1.365625|_], [pre, 1, 0, 0, 0|_], [post, 1, 0, 0|_]], x:x}}..
data:_{columns:[[x, 1.040625, 1.121875, 1.203125, 1.284375, 1.365625|_], [pre, 1, 0, 0, 0|_], [post, 1, 0, 0|_]], x:x}}.

test(dens4):-
densities([1-1,2-1,3-1,4-1],[1-1,2-1,3-1,4-1],H),
Expand Down

0 comments on commit 2da027f

Please sign in to comment.