Skip to content

Commit 3ae09a1

Browse files
committed
Fix typo in mp.opt_model help text.
Results in broken auto-link.
1 parent 35e81cd commit 3ae09a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/+mp/opt_model.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
% * to_struct - convert object data *to* a struct
3333
% * from_struct - copy object data *from* a struct
3434
% * get_idx - return ``idx`` struct for vars, constraints, costs
35-
% * get_user_data - used to retrieve values of user data
35+
% * get_userdata - used to retrieve values of user data
3636
% * problem_type - return string identifying type of mathematical program
3737
% * is_mixed_integer - return true if model is mixed integer, false otherwise
3838
% * is_solved - return true if model has been solved

0 commit comments

Comments
 (0)