Skip to content

Commit

Permalink
refactor ISOCodelistValue script name
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Dec 31, 2024
1 parent b453715 commit 5f0360b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ISOCodelistValueNew.R → R/ISOCodelistValue.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ISOCodelistValue <- R6Class("ISOCodelistValue",
description = NA,

#'@description Initializes object
#'@param xml object of class \link{XMLInternalNode-class}
#'@param xml object of class \link[XML]{XMLInternalNode-class}
initialize = function(xml = NULL){
super$initialize(xml = xml)
}
Expand Down

0 comments on commit 5f0360b

Please sign in to comment.