1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-11 06:24:35 +00:00

chore(docs): typo

This commit is contained in:
munja
2022-08-21 19:27:52 +01:00
parent be5e2f371d
commit ca045e3ebf
2 changed files with 2 additions and 2 deletions

View File

@@ -5867,7 +5867,7 @@ options varlenchk=&optval;
Example usage:
%mp_dsmeta(work.sashelp,outds=work.mymeta)
%mp_dsmeta(sashelp.class,outds=work.mymeta)
proc print data=work.mymeta;
run;