Skip to content

Commit

Permalink
docs: remove unnecessary at symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshoku committed Jan 2, 2025
1 parent 6e38032 commit 0f0aa9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rumale-ensemble/lib/rumale/ensemble/vr_trees_regressor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module Ensemble
# VRTreesRegressor is a class that implements variable-random (VR) trees for regression
#
# @example
# @require 'rumale/ensemble/vr_trees_regressor'
# require 'rumale/ensemble/vr_trees_regressor'
#
# estimator =
# Rumale::Ensemble::VRTreesRegressor.new(
Expand Down

0 comments on commit 0f0aa9f

Please sign in to comment.