Skip to content

Commit

Permalink
Fix typo in variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
cc-wr committed Feb 7, 2022
1 parent 551351a commit 17171b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ If[
imageInBase64 = BaseEncode[imageData];
,
(* if the rasterization did fail, use a hard-coded base64 rasterization of $Failed *)
imageInBase64 = failedinBase64;
imageInBase64 = failedInBase64;
];
];
];
Expand Down

0 comments on commit 17171b7

Please sign in to comment.