From be48606c0412ebee792c1b8735606d91ee3bc682 Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Mon, 19 Aug 2019 09:36:03 -0400 Subject: [PATCH] Fix language name. --- doc/guide/julia_quickstart.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guide/julia_quickstart.hpp b/doc/guide/julia_quickstart.hpp index d5dcebda6d..5ebc399ba4 100644 --- a/doc/guide/julia_quickstart.hpp +++ b/doc/guide/julia_quickstart.hpp @@ -109,7 +109,7 @@ In this example, we'll train a collaborative filtering model using mlpack's https://grouplens.org/datasets/movielens/, and then we'll use the model that we train to give recommendations. -You can copy-paste this code directly into Python to run it. +You can copy-paste this code directly into Julia to run it. @code{.julia} using CSV