Skip to content

Commit

Permalink
fix: accidental end comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vrh authored and vrh committed Sep 3, 2020
1 parent 459beff commit 3318974
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion all.sas
Original file line number Diff line number Diff line change
Expand Up @@ -1299,7 +1299,7 @@ Usage:
%put %mf_trimstr(/blah/,/); * /blah;
%put %mf_trimstr(/blah/,h); * /blah/;
%put %mf_trimstr(/blah/,h/); */bla;
%put %mf_trimstr(/blah/,h/);* /bla;
<h4> Dependencies </h4>
Expand Down
2 changes: 1 addition & 1 deletion base/mf_trimstr.sas
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
%put %mf_trimstr(/blah/,/); * /blah;
%put %mf_trimstr(/blah/,h); * /blah/;
%put %mf_trimstr(/blah/,h/); */bla;
%put %mf_trimstr(/blah/,h/);* /bla;
<h4> Dependencies </h4>
Expand Down

0 comments on commit 3318974

Please sign in to comment.