Skip to content

Commit

Permalink
Update src/machine/parsed_results.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Bennet Bleßmann <bennet.blessmann+github@googlemail.com>
  • Loading branch information
mthom and Skgland authored Feb 9, 2024
1 parent 614850a commit 32a2ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/machine/parsed_results.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pub enum QueryResolution {
Matches(Vec<QueryMatch>),
}

pub fn prolog_value_to_json_tring(value: Value) -> String {
pub fn prolog_value_to_json_string(value: Value) -> String {
match value {
Value::Integer(i) => format!("{}", i),
Value::Float(f) => format!("{}", f),
Expand Down

0 comments on commit 32a2ff3

Please sign in to comment.